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