Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Feb 25, 2025
1 parent 615111f commit d6e2327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install pytest-xdist
sudo apt install ${{ matrix.cpp-version }}
sudo apt install libopenblas-dev # for meson integration testing
if test ${{ matrix.python-version }} != 'pypy-3.9'; then pip install scipy ; fi
if test ${{ matrix.python-version }} != 'pypy-3.9' -a ${{ matrix.python-version }} != 'pypy-3.11' ; then pip install scipy ; fi
- name: Setup
run: |
python -m pip install .
Expand Down

0 comments on commit d6e2327

Please sign in to comment.