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 e1f21d6 commit 74826db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Python version
run: python -c "import sys; print(sys.version)"
- name: TensorFlow version
run: python -c "import tensorflow as tf; print(tf.__version)"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tensorflow==${{ matrix.tensorflow-version }}
pip install coveralls
pip install -r requirements.txt
- name: Python version
run: python -c "import sys; print(sys.version)"
- name: TensorFlow version
run: python -c "import tensorflow as tf; print(tf.__version)"
- name: Run tests
run: |
make test_with_coverage
Expand Down

0 comments on commit 74826db

Please sign in to comment.