Skip to content

Commit

Permalink
uga
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt-Brunner committed Dec 14, 2024
1 parent 082a8c2 commit f19d34b
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 @@ -40,7 +40,7 @@ jobs:
with:
python-version: '3.12'
- name: Install dependencies
run: uv pip compile pyproject.toml > requirements.txt && uv pip install -r requirements.txt
run: uv pip compile pyproject.toml > requirements.txt && uv pip install --system -r requirements.txt
- name: Build Executable with Nuitka
uses: Nuitka/Nuitka-Action@main
with:
Expand Down

0 comments on commit f19d34b

Please sign in to comment.