Skip to content

Commit

Permalink
enable verbose log
Browse files Browse the repository at this point in the history
  • Loading branch information
oaksharks committed Jan 6, 2023
1 parent 36f5252 commit d6ef67a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
run: |
python --version
python -m pip install --upgrade pip
pip install -q tensorflow==${{ matrix.tf-version }}
pip install -q git+https://github.com/DataCanvasIO/Hypernets
pip install -q -r requirements.txt "protobuf<4.0" numpy==1.19.5
pip install -q pytest-cov==2.4.0 python-coveralls codacy-coverage
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 pytest-cov==2.4.0 python-coveralls codacy-coverage
pip list
- name: Test with pytest
run: |
Expand Down

0 comments on commit d6ef67a

Please sign in to comment.