Skip to content

Commit

Permalink
Pin tensorflow due to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raswaters committed Apr 3, 2024
1 parent f45e3aa commit 344edae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: install requirements
run: |
pip install .[dev]
pip install numpy scikit-learn tensorflow --upgrade-strategy only-if-needed
pip install numpy scikit-learn==1.4.1.post1 tensorflow==2.15.0.post1 --upgrade-strategy only-if-needed
- name: run pytest code coverage check
run: |
Expand Down

0 comments on commit 344edae

Please sign in to comment.