Skip to content

Commit 0d33f93

Browse files
committed
Revert "Use requirements.test.txt to install Pytest. Install and run pre-commit hooks manually."
This reverts commit ecceae2.
1 parent c991827 commit 0d33f93

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,8 @@ jobs:
3232
- name: Install dependencies
3333
run: |
3434
python -m pip install --upgrade pip
35+
python -m pip install pytest
3536
if [ -f requirements.test.txt ]; then pip install -r requirements.test.txt; fi
36-
- name: Install pre-commit hooks
37-
run: |
38-
pre-commit install
39-
- name: Run pre-commit hooks
40-
run: |
41-
pre-commit run --all-files
4237
- name: Test with doctest
4338
run: |
4439
python shapefile.py

requirements.test.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
pytest
22
setuptools
3-
pre-commit

0 commit comments

Comments
 (0)