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 19a0d49 commit 42e369a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
tensorflow-version: "2.15.0"
- tensorflow-version: "2.15.0"
tfp-version: "0.24.0"
- tensorflow-version: "2.16.1"
tfp-version: "0.23.0"
- tensorflow-version: "2.17.0"
tfp-version: "0.23.0"

steps:

Expand All @@ -40,11 +44,11 @@ jobs:
run: |
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.0"; then
pip install tf-keras
export TF_USE_LEGACY_KERAS=1
fi
pip install tensorflow-probability==${{ matrix.tfp-version }}
pip install coveralls
pip install -r requirements.txt
Expand Down

0 comments on commit 42e369a

Please sign in to comment.