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 c991827 commit 0d33f93Copy full SHA for 0d33f93
.github/workflows/build.yml
@@ -32,13 +32,8 @@ jobs:
32
- name: Install dependencies
33
run: |
34
python -m pip install --upgrade pip
35
+ python -m pip install pytest
36
if [ -f requirements.test.txt ]; then pip install -r requirements.test.txt; fi
- - name: Install pre-commit hooks
37
- run: |
38
- pre-commit install
39
- - name: Run pre-commit hooks
40
41
- pre-commit run --all-files
42
- name: Test with doctest
43
44
python shapefile.py
requirements.test.txt
@@ -1,3 +1,2 @@
1
pytest
2
setuptools
3
-pre-commit
0 commit comments