We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c4ecf commit 269de7bCopy full SHA for 269de7b
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
24
python-version: ${{ matrix.python }}
25
- name: Install GStatSim
26
run: |
27
- pip install "numpy<=1.23.4"
+ pip install "numpy<2"
28
pip install -e .
29
pip install pytest pytest-cov
30
- name: Run tests
0 commit comments