We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9dab31 commit b1b43e6Copy full SHA for b1b43e6
.github/workflows/mse_tool.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
python -m pip install --upgrade pip setuptools wheel
27
pip install coverage pytest pytest-cov -U
28
- pip install Cython --install-option="--no-cython-compile"
+ pip install Cython
29
pip install --only-binary=numpy,scipy,matplotlib numpy scipy matplotlib -U
30
pip install -v ".[cli,mzmlb]"
31
- name: Check MSE tool
0 commit comments