We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b42701 commit da07830Copy full SHA for da07830
.github/workflows/publish.yml
@@ -61,6 +61,7 @@ jobs:
61
62
- name: Run pyinstaller
63
run: pyinstaller ./ms2rescore.spec --clean --noconfirm
64
+
65
- name: Test built exe
66
run: dist/ms2rescore/ms2rescore.exe
67
.github/workflows/test.yml
@@ -60,14 +60,6 @@ jobs:
60
python -m pip install --upgrade pip
pip install --only-binary :all: .[ionmob] pyinstaller
- - name: Install Inno Setup
- uses: crazy-max/ghaction-chocolatey@v3
- with:
- args: install innosetup -y --allow-unofficial --force
-
68
- - name: Run pyinstaller
69
- run: pyinstaller ./ms2rescore.spec --clean --noconfirm
70
71
- name: Install Inno Setup
72
uses: crazy-max/ghaction-chocolatey@v1
73
with:
0 commit comments