Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oaksharks committed Jan 6, 2023
1 parent d6ef67a commit 208b935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python -m pip install --upgrade pip
pip install tensorflow==${{ matrix.tf-version }}
pip install git+https://github.com/DataCanvasIO/Hypernets
pip install -r requirements.txt "protobuf<4.0" numpy==1.19.5
pip install -r requirements.txt "protobuf<4.0" "numpy==1.19.5" "featuretools==0.27"
pip install pytest-cov==2.4.0 python-coveralls codacy-coverage
pip list
- name: Test with pytest
Expand Down

0 comments on commit 208b935

Please sign in to comment.