Skip to content

Commit 1c960d7

Browse files
committed
Dependency
1 parent 83ff43c commit 1c960d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ jobs:
3333
python-version: ${{ env.DEFAULT_PYTHON }}
3434
- name: Compute cache key
3535
id: set-key
36-
run: echo "${{ runner.os }}-venv-cache-${{ env.CACHE_VERSION }}-${{ steps.python.outputs.python-version }}-${{ hashFiles('pyproject.toml', 'requirements_test.txt', '.pre-commit-config.yaml') }}" >> "$GITHUB_OUTPUT"
36+
run: echo "cache-key=${{ runner.os }}-venv-cache-${{ env.CACHE_VERSION }}-${{ steps.python.outputs.python-version }}-${{ hashFiles('pyproject.toml', 'requirements_test.txt', '.pre-commit-config.yaml') }}" >> "$GITHUB_OUTPUT"
3737

3838
# Prepare default python version environment
3939
prepare:
4040
runs-on: ubuntu-latest
41+
needs: cache
4142
name: Prepare
4243
steps:
4344
- name: Check out committed code

0 commit comments

Comments
 (0)