Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveri committed Sep 22, 2024
1 parent 2e7b5be commit 8f644c2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ jobs:
python -m pip install --upgrade pip
pip install tensorflow==${{ matrix.tensorflow-version }}
pip install tensorflow-probability==${{ matrix.tfp-version }}
if ${{ matrix.tensorflow-version }} == "2.16.1" or ${{ matrix.tensorflow-version }} == "2.17.0"; then
pip install tf-keras
export TF_USE_LEGACY_KERAS=1
fi
pip install tf-keras
export TF_USE_LEGACY_KERAS=1
pip install coveralls
pip install -r requirements.txt
Expand Down

0 comments on commit 8f644c2

Please sign in to comment.