Skip to content

Commit

Permalink
refactor: no need to install dependencies for package building;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Jul 27, 2024
1 parent 4bf085a commit 4e3a76c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish_to_PyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,11 @@ jobs:
with:
python-version: '3.10'
check-latest: true
cache: pip
cache-dependency-path: |
setup.cfg

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build wheel
pip install -r requirements/requirements.txt
pip install build
- name: Fetch the test environment details
run: |
Expand Down

0 comments on commit 4e3a76c

Please sign in to comment.