Skip to content

Commit

Permalink
fix test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Algue-Rythme committed Mar 14, 2024
1 parent 52908e2 commit 0ad0bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
run: |
set -xe
python -VV
python -c "import tf; print('tf', tf.__version__)"
python -c "import tensorflow as tf; print('tf', tf.__version__)"
pytest tests
shell: bash

0 comments on commit 0ad0bef

Please sign in to comment.