We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9366be3 commit 2832e28Copy full SHA for 2832e28
.github/workflows/tests.yml
@@ -26,7 +26,6 @@ jobs:
26
python -m pip install --upgrade pip
27
pip install flake8 pytest pytest-cov
28
pip --default-timeout=100 install -e .
29
- pip --default-timeout=100 install "keras<3.0.0"
30
pip --default-timeout=100 install "tensorflow>=2.0.0,<2.12"
31
- name: Lint with flake8
32
run: |
@@ -41,4 +40,4 @@ jobs:
41
40
uses: codecov/codecov-action@v3
42
with:
43
files: ./coverage.xml
44
- verbose: true # optional (default = false)
+ verbose: true # optional (default = false)
0 commit comments