Skip to content

Commit

Permalink
Fix pylint pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Nov 14, 2022
1 parent 98ca55f commit 9c9e249
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request: ~

env:
CACHE_VERSION: 1
CACHE_VERSION: 2
KEY_PREFIX: venv
DEFAULT_PYTHON: "3.10"
PRE_COMMIT_CACHE: ~/.cache/pre-commit
Expand Down Expand Up @@ -49,7 +49,6 @@ jobs:
. venv/bin/activate
python -m pip install -U pip setuptools wheel
pip install -U -r requirements_test.txt -r requirements_test_brain.txt
pip install -e .
- name: Generate pre-commit restore key
id: generate-pre-commit-key
run: >-
Expand All @@ -70,7 +69,6 @@ jobs:
- name: Run pre-commit checks
run: |
. venv/bin/activate
pip install -e .
pre-commit run pylint --all-files
tests-linux:
Expand Down

0 comments on commit 9c9e249

Please sign in to comment.