Skip to content

Commit 208b935

Browse files
committed
update ci
1 parent d6ef67a commit 208b935

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
@@ -41,7 +41,7 @@ jobs:
4141
python -m pip install --upgrade pip
4242
pip install tensorflow==${{ matrix.tf-version }}
4343
pip install git+https://github.com/DataCanvasIO/Hypernets
44-
pip install -r requirements.txt "protobuf<4.0" numpy==1.19.5
44+
pip install -r requirements.txt "protobuf<4.0" "numpy==1.19.5" "featuretools==0.27"
4545
pip install pytest-cov==2.4.0 python-coveralls codacy-coverage
4646
pip list
4747
- name: Test with pytest

0 commit comments

Comments
 (0)