Skip to content

Commit 15a7a61

Browse files
tsheadharmsm
authored andcommitted
More work on numpy version tests.
1 parent 55bff26 commit 15a7a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sudo apt-get install ffmpeg ghostscript
2727
python -m pip install --upgrade pip
2828
pip install coveralls
29-
pip install ${{ matrix.numpy-version }}
29+
pip install "${{ matrix.numpy-version }}"
3030
pip install .[all]
3131
- name: Run tests
3232
run: |

0 commit comments

Comments
 (0)