Skip to content

Commit 2832e28

Browse files
authored
Update tests.yml
1 parent 9366be3 commit 2832e28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
python -m pip install --upgrade pip
2727
pip install flake8 pytest pytest-cov
2828
pip --default-timeout=100 install -e .
29-
pip --default-timeout=100 install "keras<3.0.0"
3029
pip --default-timeout=100 install "tensorflow>=2.0.0,<2.12"
3130
- name: Lint with flake8
3231
run: |
@@ -41,4 +40,4 @@ jobs:
4140
uses: codecov/codecov-action@v3
4241
with:
4342
files: ./coverage.xml
44-
verbose: true # optional (default = false)
43+
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)