We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5f3bc commit bdf21b4Copy full SHA for bdf21b4
.github/workflows/verify.yml
@@ -102,12 +102,8 @@ jobs:
102
- name: Fail job if cache restore failed
103
if: steps.cache-venv.outputs.cache-hit != 'true'
104
run: |
105
- echo "Failed to restore Python ${{ env.DEFAULT_PYTHON }} virtual environment from cache"
+ echo "Failed to restore pre-commit environment from cache"
106
exit 1
107
- - name: Install dependencies
108
- run: |
109
- . venv/bin/activate
110
- if [ -f requirements_commit.txt ]; then pip install -r requirements_commit.txt; fi
111
- name: Verify commit
112
113
. venv/bin/activate
0 commit comments