Skip to content

Commit 20c03f0

Browse files
committed
specify --group <path-to-pyproject.toml>:test
1 parent 3e5213c commit 20c03f0

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/actions/test/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@ runs:
7777
working-directory: dist/
7878
run: |
7979
python -m pip install --upgrade pip
80-
python -m pip install pytest
8180
WHEEL_NAME=$(ls pyshp-*py3-none-any.whl)
82-
python -m pip install $WHEEL_NAME
81+
python -m pip install $WHEEL_NAME --group ../pyproject.toml:test
8382
8483
- name: Doctests
8584
shell: bash

.github/workflows/speed_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ jobs:
4949
working-directory: dist/
5050
run: |
5151
python -m pip install --upgrade pip
52-
python -m pip install pytest
5352
WHEEL_NAME=$(ls pyshp-*py3-none-any.whl)
54-
python -m pip install $WHEEL_NAME
53+
python -m pip install $WHEEL_NAME --group ../pyproject.toml:test
5554
5655
- uses: actions/checkout@v6
5756
with:

0 commit comments

Comments
 (0)