Skip to content

Commit 0fea864

Browse files
committed
Update style-check workflow
Signed-off-by: Beat Buesser <[email protected]>
1 parent 89e8341 commit 0fea864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-style-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Dependencies
4040
run: |
4141
python -m pip install --upgrade pip setuptools wheel
42-
pip install -q pylint==3.2.6 mypy==1.11.1 pycodestyle==2.12.0 black==24.4.2 ruff==0.5.5
42+
pip install -r requirements_test.txt
4343
pip install -q -r <(sed '/^numpy/d;/^tensorflow/d;/^keras/d' requirements_test.txt)
4444
pip install numpy==1.22.4
4545
pip install tensorflow==2.13.1

0 commit comments

Comments
 (0)