Skip to content

Commit

Permalink
Install packages to default dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Oct 24, 2022
1 parent a0003f8 commit 1ac3582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install wheel
pip install -r ./requirements.txt -t ./lib
pip install -r ./requirements.txt
pip install -r ./requirements-dev.txt
- name: Build
run: |
Expand Down

0 comments on commit 1ac3582

Please sign in to comment.