Skip to content

Commit

Permalink
Moar debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Aug 13, 2024
1 parent df024af commit e3e6537
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
build-sdist:
name: Build fiona sdist
runs-on: ubuntu-latest
container:
image: "ghcr.io/osgeo/gdal:ubuntu-small-3.9.1"
# container:
# image: "ghcr.io/osgeo/gdal:ubuntu-small-3.9.1"

steps:
- name: Install packages
Expand All @@ -49,7 +49,7 @@ jobs:
python -m pip install -r requirements-dev.txt
python -m build --sdist
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4
with:
name: fiona-sdist
path: ./dist/*.tar.gz
Expand Down Expand Up @@ -91,6 +91,8 @@ jobs:
- name: Run tests
shell: bash
run: |
pwd
ls -l
cd ..
source venv/bin/activate
python -m pytest -v -m "not wheel" Fiona/tests
Expand Down

0 comments on commit e3e6537

Please sign in to comment.