Skip to content

Commit 9c9e249

Browse files
committed
Fix pylint pre-commit
1 parent 98ca55f commit 9c9e249

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request: ~
99

1010
env:
11-
CACHE_VERSION: 1
11+
CACHE_VERSION: 2
1212
KEY_PREFIX: venv
1313
DEFAULT_PYTHON: "3.10"
1414
PRE_COMMIT_CACHE: ~/.cache/pre-commit
@@ -49,7 +49,6 @@ jobs:
4949
. venv/bin/activate
5050
python -m pip install -U pip setuptools wheel
5151
pip install -U -r requirements_test.txt -r requirements_test_brain.txt
52-
pip install -e .
5352
- name: Generate pre-commit restore key
5453
id: generate-pre-commit-key
5554
run: >-
@@ -70,7 +69,6 @@ jobs:
7069
- name: Run pre-commit checks
7170
run: |
7271
. venv/bin/activate
73-
pip install -e .
7472
pre-commit run pylint --all-files
7573
7674
tests-linux:

0 commit comments

Comments
 (0)