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 14
14
15
15
jobs :
16
16
test :
17
-
18
17
# In general, tests should be run after building a distribution, to test that distribution.
19
18
# However as long as PyShp is a pure Python library, with pure Python deps (or no deps)
20
19
# then this would only test the packaging process, not so much the code as there are
21
20
# 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
33
22
34
23
deploy :
35
24
# 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