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 8f644c2 commit e8d8541
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
python -c "import sys; print(sys.version)"
python -c "import tensorflow as tf; print(tf.__version__)"
python -c "import tensorflow_probability as tfp; print(tfp.__version__)"
python -c "import tf_keras as tfk; print(tfk.__version__)"
echo "TF_USE_LEGACY_KERAS: $TF_USE_LEGACY_KERAS"
- name: Run unit tests
run: |
Expand Down

0 comments on commit e8d8541

Please sign in to comment.