summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-11-14 17:29:09 +0100
committerGitHub <noreply@github.com>2022-11-14 17:29:09 +0100
commite58aa09b69b7022be4e6ccae2479adf4a17de814 (patch)
tree58e27e0b27ab3561f37a2bdf319cba97ec61c493 /.github
parent50a7cd8b9f2dbd9b061302ad9537534e3626830e (diff)
downloadastroid-git-e58aa09b69b7022be4e6ccae2479adf4a17de814.tar.gz
Use stable astroid for pylint CI check (#1869)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 36b0d0c2..c613b01c 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -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
@@ -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: >-
@@ -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: