Skip to content

Commit 8440faa

Browse files
authored
Update python-pytest.yml
1 parent faec801 commit 8440faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip
40-
pip install -q -r requirements.txt "numpy<2.0.0" gcastle pgmpy cython urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
40+
pip install -q -r requirements.txt "numpy<2.0.0" gcastle "pgmpy<1.0.0" cython urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
4141
pip list
4242
- name: Build extensions
4343
run: |

0 commit comments

Comments
 (0)