diff --git a/.github/workflows/mse_tool.yaml b/.github/workflows/mse_tool.yaml index 817316f..9b19a5d 100644 --- a/.github/workflows/mse_tool.yaml +++ b/.github/workflows/mse_tool.yaml @@ -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