We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6279ab4 commit 1b147f9Copy full SHA for 1b147f9
.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
64
args: install innosetup -y --allow-unofficial --force
65
66
- name: Run pyinstaller
67
- run: pyinstaller ./ms2rescore.spec --clean --noconfirm
+ run: uv run pyinstaller ./ms2rescore.spec --clean --noconfirm
68
69
- name: Test built exe
70
run: dist/ms2rescore/ms2rescore.exe
0 commit comments