[ci] Fix windows cache key (#2902)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e463789..3643250 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml
@@ -156,7 +156,7 @@ run: >- echo "key=${{ env.KEY_PREFIX }}-${{ env.CACHE_VERSION }}-${{ hashFiles('pyproject.toml', 'requirements_dev.txt', - 'requirements_full.txt', 'requirements_minimal.txt') }}" >> $GITHUB_OUTPUT + 'requirements_full.txt', 'requirements_minimal.txt') }}" >> $env:GITHUB_OUTPUT - *cache-python - name: Create Python virtual environment if: steps.cache-venv.outputs.cache-hit != 'true'