Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 22, 2024
1 parent 164066d commit 9f0a131
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_prereleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ jobs:
uv pip compile --prerelease allow --python-version 3.12 --upgrade -o requirements.txt pyproject.toml requirements/pre_test_problematic_version.txt --extra pyinstaller
- name: Install dependencies
run: |
uv venv --python-version 3.12 requirements.txt
uv venv --python 3.12
uv sync requirements.txt
uv pip install .
- name: upload requirements
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9f0a131

Please sign in to comment.