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 4286aaa commit 4a7bd1dCopy full SHA for 4a7bd1d
1 file changed
.github/workflows/deploy.yml
@@ -14,22 +14,11 @@ on:
14
15
jobs:
16
test:
17
-
18
# In general, tests should be run after building a distribution, to test that distribution.
19
# However as long as PyShp is a pure Python library, with pure Python deps (or no deps)
20
# then this would only test the packaging process, not so much the code as there are
21
# 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
+ uses: ./.github/workflows/run_tests_hooks_and_tools.yml
33
34
deploy:
35
# Prevent deployment of releases that fail any hooks (e.g. linting) or that fail any tests.
0 commit comments