Skip to content

Commit 269de7b

Browse files
committed
update test
1 parent c5c4ecf commit 269de7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: ${{ matrix.python }}
2525
- name: Install GStatSim
2626
run: |
27-
pip install "numpy<=1.23.4"
27+
pip install "numpy<2"
2828
pip install -e .
2929
pip install pytest pytest-cov
3030
- name: Run tests

0 commit comments

Comments
 (0)