Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveri committed Sep 14, 2024
1 parent 71a9506 commit e1f21d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Display software versions
- name: Python version
run: python -c "import sys; print(sys.version)"
run: python -c "import tensorflow as tf; print(tf.__version__)"
- name: TensorFlow version
run: python -c "import tensorflow as tf; print(tf.__version)"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e1f21d6

Please sign in to comment.