We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec9396 commit 3b0e644Copy full SHA for 3b0e644
.github/workflows/pre-commit-reusable.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Install dependencies
47
run: |
48
python -m pip install --upgrade pip
49
- pip install pre-commit
+ pip install -r requirements-dev.txt
50
- name: set PY
51
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"
52
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
0 commit comments