Skip to content

Commit

Permalink
Remove install-option
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Jun 1, 2023
1 parent f9dab31 commit b1b43e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mse_tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
pip install coverage pytest pytest-cov -U
pip install Cython --install-option="--no-cython-compile"
pip install Cython
pip install --only-binary=numpy,scipy,matplotlib numpy scipy matplotlib -U
pip install -v ".[cli,mzmlb]"
- name: Check MSE tool
Expand Down

0 comments on commit b1b43e6

Please sign in to comment.