File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 1414
1515jobs :
1616 test :
17-
1817 # In general, tests should be run after building a distribution, to test that distribution.
1918 # However as long as PyShp is a pure Python library, with pure Python deps (or no deps)
2019 # then this would only test the packaging process, not so much the code as there are
2120 # no binaries.
22- runs-on : ubuntu-latest
23-
24- steps :
25- - uses : actions/checkout@v4
26- - name : Set up Python
27- uses : actions/setup-python@v5
28- with :
29- python-version : ' 3.x'
30-
31- - name : Run tests and hooks
32- uses : ./.github/workflows/run_tests_hooks_and_tools.yml
21+ uses : ./.github/workflows/run_tests_hooks_and_tools.yml
3322
3423 deploy :
3524 # Prevent deployment of releases that fail any hooks (e.g. linting) or that fail any tests.
You can’t perform that action at this time.
0 commit comments