Skip to content

Commit 689f960

Browse files
committed
Try ../Pyshp/pyproject.toml
1 parent 20c03f0 commit 689f960

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
run: |
7979
python -m pip install --upgrade pip
8080
WHEEL_NAME=$(ls pyshp-*py3-none-any.whl)
81-
python -m pip install $WHEEL_NAME --group ../pyproject.toml:test
81+
python -m pip install $WHEEL_NAME --group ../Pyshp/pyproject.toml:test
8282
8383
- name: Doctests
8484
shell: bash

.github/workflows/speed_test.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,17 @@ jobs:
4444
name: PyShp_wheel_and_sdist
4545
path: dist
4646

47+
- uses: actions/checkout@v6
48+
with:
49+
path: ./Pyshp
50+
4751
- name: Install PyShp + test deps from the wheel (downloaded in prev step)
4852
shell: bash
4953
working-directory: dist/
5054
run: |
5155
python -m pip install --upgrade pip
5256
WHEEL_NAME=$(ls pyshp-*py3-none-any.whl)
53-
python -m pip install $WHEEL_NAME --group ../pyproject.toml:test
54-
55-
- uses: actions/checkout@v6
56-
with:
57-
path: ./Pyshp
58-
59-
57+
python -m pip install $WHEEL_NAME --group ../Pyshp/pyproject.toml:test
6058
6159
- name: Checkout shapefiles and zip file artefacts repo
6260
uses: actions/checkout@v6

0 commit comments

Comments
 (0)