File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments