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 d36c654 commit e2d87e9Copy full SHA for e2d87e9
.github/workflows/run_tests.yml
@@ -27,7 +27,7 @@ jobs:
27
python -m pip install -r ./tests/requirements.txt
28
29
- name: Checks with pre-commit
30
- uses: pre-commit/action@v2.0.3
+ uses: pre-commit/action@v3.0.1
31
32
- name: Test with pytest
33
run: |
0 commit comments