Skip to content

Commit d3eab3d

Browse files
committed
CI: exclude linting dependencies from the unittest environment.
1 parent c4281bc commit d3eab3d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
python -m pip install -U pip setuptools wheel
6464
pip install -U -r requirements_test.txt
6565
pip install -U -r doc/requirements.txt
66+
pip install pre-commit
6667
- name: Generate pre-commit restore key
6768
id: generate-pre-commit-key
6869
run: >-

requirements_test.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
-r requirements_test_pre_commit.txt
21
-r requirements_test_min.txt
32
coverage~=7.2
43
tbump~=6.10.0

0 commit comments

Comments
 (0)