Skip to content

Commit

Permalink
use --system
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 22, 2024
1 parent 38e595a commit 8048321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_prereleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Compile and install PyInstaller requirements
run: |
uv pip compile --upgrade -o requirements.txt pyproject.toml requirements/pre_test_problematic_version.txt --extra pyinstaller --prerelease allow
uv pip sync requirements.txt
uv pip sync --system requirements.txt
uv pip install .
- name: upload requirements
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8048321

Please sign in to comment.