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 c4281bc commit d3eab3dCopy full SHA for d3eab3d
.github/workflows/checks.yaml
@@ -63,6 +63,7 @@ jobs:
63
python -m pip install -U pip setuptools wheel
64
pip install -U -r requirements_test.txt
65
pip install -U -r doc/requirements.txt
66
+ pip install pre-commit
67
- name: Generate pre-commit restore key
68
id: generate-pre-commit-key
69
run: >-
requirements_test.txt
@@ -1,4 +1,3 @@
1
--r requirements_test_pre_commit.txt
2
-r requirements_test_min.txt
3
coverage~=7.2
4
tbump~=6.10.0
0 commit comments