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 3e5213c commit 20c03f0Copy full SHA for 20c03f0
2 files changed
.github/actions/test/action.yml
@@ -77,9 +77,8 @@ runs:
77
working-directory: dist/
78
run: |
79
python -m pip install --upgrade pip
80
- python -m pip install pytest
81
WHEEL_NAME=$(ls pyshp-*py3-none-any.whl)
82
- python -m pip install $WHEEL_NAME
+ python -m pip install $WHEEL_NAME --group ../pyproject.toml:test
83
84
- name: Doctests
85
shell: bash
.github/workflows/speed_test.yml
@@ -49,9 +49,8 @@ jobs:
49
50
51
52
53
54
55
56
- uses: actions/checkout@v6
57
with:
0 commit comments