Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed May 18, 2024
1 parent 9366be3 commit 2832e28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov
pip --default-timeout=100 install -e .
pip --default-timeout=100 install "keras<3.0.0"
pip --default-timeout=100 install "tensorflow>=2.0.0,<2.12"
- name: Lint with flake8
run: |
Expand All @@ -41,4 +40,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
verbose: true # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit 2832e28

Please sign in to comment.