Skip to content

Commit a91f316

Browse files
authored
Update python-pytest.yml
1 parent 9234ce1 commit a91f316

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-pytest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
python -m pip install --upgrade pip
36-
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
36+
pip install -q -r requirements.txt "numpy<2.0.0" gcastle "pgmpy<1.0.0" "cython<3.1.0" urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
3737
pip list
3838
- name: Build extensions
3939
run: |
@@ -95,7 +95,7 @@ jobs:
9595
- name: Install dependencies
9696
run: |
9797
python -m pip install --upgrade pip
98-
pip install -q "numpy>=1.16.5" "pandas>=0.25.3" "scikit-learn>=0.22.1" scipy networkx ipython joblib pydot cython urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
98+
pip install -q "numpy>=1.16.5" "pandas>=0.25.3" "scikit-learn>=0.22.1" scipy networkx ipython joblib pydot "cython<3.1.0" urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
9999
pip list
100100
- name: Build extensions
101101
run: |
@@ -124,7 +124,7 @@ jobs:
124124
- name: Install dependencies
125125
run: |
126126
python -m pip install --upgrade pip
127-
pip install -q -r requirements.txt lightgbm cython urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
127+
pip install -q -r requirements.txt lightgbm "cython<3.1.0" urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
128128
pip list
129129
- name: Build extensions
130130
run: |
@@ -153,7 +153,7 @@ jobs:
153153
- name: Install dependencies
154154
run: |
155155
python -m pip install --upgrade pip
156-
pip install -q -r requirements.txt xgboost cython urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
156+
pip install -q -r requirements.txt xgboost "cython<3.1.0" urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
157157
pip list
158158
- name: Build extensions
159159
run: |

0 commit comments

Comments
 (0)