summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-10-19 23:01:36 +0200
committerGitHub <noreply@github.com>2022-10-19 23:01:36 +0200
commit7c9dccb227578d361972c29275b2851890743a8c (patch)
tree19c62859f9edeead8888583d4ea2a1c7ee49e28a /.github
parent9b0ac710d301e33c6f721850a1848b45f37c01e5 (diff)
downloadpylint-git-7c9dccb227578d361972c29275b2851890743a8c.tar.gz
Fix windows cache key [ci] (#7652)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 5772b3a04..5c312e491 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -191,7 +191,7 @@ jobs:
run: >-
echo "key=venv-${{ env.CACHE_VERSION }}-${{
hashFiles('setup.cfg', 'requirements_test_min.txt')
- }}" >> $GITHUB_OUTPUT
+ }}" >> $env:GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.11