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 d17387d commit f983462Copy full SHA for f983462
.github/actions/test/action.yml
@@ -97,11 +97,7 @@ runs:
97
working-directory: ${{ inputs.pyshp_repo_directory }}
98
env:
99
REPLACE_REMOTE_URLS_WITH_LOCALHOST: ${{ inputs.replace_remote_urls_with_localhost }}
100
- run: |
101
- echo "Ensure the tests import the installed wheel"
102
- mv shapefile.py __tmp.py
103
- pytest -rA --tb=short ${{ inputs.extra_args }}
104
- mv __tmp.py shapefile.py
+ run: pytest -rA --tb=short ${{ inputs.extra_args }}
105
106
107
setup.cfg
0 commit comments