Skip to content

Commit

Permalink
More work on numpy version tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead committed Jul 12, 2024
1 parent ea7fbfe commit e569ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt-get install ffmpeg ghostscript
python -m pip install --upgrade pip
pip install coveralls
pip install ${{ matrix.numpy-version }}
pip install "${{ matrix.numpy-version }}"
pip install .[all]
- name: Run tests
run: |
Expand Down

0 comments on commit e569ac4

Please sign in to comment.