Skip to content

Commit b1b43e6

Browse files
committed
Remove install-option
1 parent f9dab31 commit b1b43e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mse_tool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip setuptools wheel
2727
pip install coverage pytest pytest-cov -U
28-
pip install Cython --install-option="--no-cython-compile"
28+
pip install Cython
2929
pip install --only-binary=numpy,scipy,matplotlib numpy scipy matplotlib -U
3030
pip install -v ".[cli,mzmlb]"
3131
- name: Check MSE tool

0 commit comments

Comments
 (0)