Skip to content

Commit

Permalink
Simplify use-case
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Oct 30, 2024
1 parent 8477689 commit 1914e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Nuitka
run: |
uv --no-progress venv
uv --no-progress pip install "nuitka == 2.4.11" "ordered-set == 4.1.0" "zstandard == 0.23.0"
uv --no-progress pip install "nuitka == 2.4.11"
- name: List uv CLIs
continue-on-error: true
run: |
Expand Down

0 comments on commit 1914e99

Please sign in to comment.