From e58aa09b69b7022be4e6ccae2479adf4a17de814 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 14 Nov 2022 17:29:09 +0100 Subject: Use stable astroid for pylint CI check (#1869) --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github') 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: -- cgit v1.2.1