Skip to content

Commit 9379db2

Browse files
committed
Update ci settings
1 parent 36dfafd commit 9379db2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/python-pytest.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
python-version: [3.8, 3.9, ]
1919
tf-version: [2.5.3, 2.6.4, 2.7.4, 2.8.4, 2.9.3]
2020
include:
21-
- tf-version: 2.6.4
22-
python-version: "3.10"
23-
- tf-version: 2.6.4
24-
python-version: 3.9
25-
- tf-version: 2.3.1
26-
python-version: 3.8
27-
- tf-version: 2.4.2
28-
python-version: 3.8
21+
- python-version: "3.10"
22+
tf-version: 2.8.4
23+
- python-version: 3.9
24+
tf-version: 2.6.4
25+
- python-version: 3.8
26+
tf-version: 2.3.1
27+
- python-version: 3.8
28+
tf-version: 2.4.2
2929

3030
steps:
3131
- uses: actions/checkout@v2
@@ -42,9 +42,9 @@ jobs:
4242
run: |
4343
python --version
4444
python -m pip install --upgrade pip
45-
pip install tensorflow==${{ matrix.tf-version }}
45+
pip install tensorflow==${{ matrix.tf-version }} "numpy<1.24.0"
4646
pip install git+https://github.com/DataCanvasIO/Hypernets
47-
pip install -r requirements.txt "protobuf<4.0"
47+
pip install -r requirements.txt "protobuf<4.0" "numpy<1.24.0"
4848
pip install pytest-cov==2.4.0 python-coveralls codacy-coverage
4949
pip list
5050
- name: Test with pytest
@@ -81,7 +81,7 @@ jobs:
8181
python -m pip install --upgrade pip
8282
pip install tensorflow==${{ matrix.tf-version }}
8383
pip install git+https://github.com/DataCanvasIO/Hypernets
84-
pip install -r requirements.txt "protobuf<4.0" "numpy==1.19.5" "featuretools<=0.27"
84+
pip install -r requirements.txt "protobuf<4.0" "numpy==1.19.5" "featuretools<=0.27" "h5py==2.10.0"
8585
pip install pytest-cov==2.4.0 python-coveralls codacy-coverage
8686
pip list
8787
- name: Test with pytest

0 commit comments

Comments
 (0)