summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-10-19 22:25:28 +0200
committerGitHub <noreply@github.com>2022-10-19 22:25:28 +0200
commit1a074cf66fc4fdb6714fac7afb14f9e7457cd704 (patch)
tree14424c902bec6fee5fcb2ef849ef2008a1afe79f /.github
parent08de16ef6279c6d4618f7ba89a29505ad9754684 (diff)
downloadastroid-git-1a074cf66fc4fdb6714fac7afb14f9e7457cd704.tar.gz
Fix windows cache key [ci] (#1842)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 74f4ecc6..91d185c7 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -202,7 +202,7 @@ jobs:
run: >-
echo "key=venv-${{ env.CACHE_VERSION }}-${{
hashFiles('setup.cfg', 'requirements_test_min.txt',
- 'requirements_test_brain.txt') }}" >> $GITHUB_OUTPUT
+ 'requirements_test_brain.txt') }}" >> $env:GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.11