Skip to content

Commit

Permalink
Apply only-binary fix also in publish workflow (see commit 7744391)
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Jul 9, 2024
1 parent 684c874 commit 9acaf0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Test built package
run: |
pip install dist/ms2rescore-*.whl
pip install --only-binary :all: dist/ms2rescore-*.whl
# pytest
ms2rescore --help
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Install package and dependencies
run: |
python -m pip install --upgrade pip
pip install . pyinstaller
pip install --only-binary :all: . pyinstaller
- name: Install Inno Setup
uses: crazy-max/ghaction-chocolatey@v3
Expand Down

0 comments on commit 9acaf0b

Please sign in to comment.