Skip to content

Commit

Permalink
Checkout Fiona source earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Aug 14, 2024
1 parent 591ef32 commit 12ffe1b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
build-sdist:
name: Build fiona sdist
runs-on: ubuntu-latest
container:
image: "ghcr.io/osgeo/gdal:ubuntu-small-3.9.1"

steps:
- name: Install packages
Expand All @@ -41,8 +39,6 @@ jobs:
- name: Build source tarball
shell: bash
run: |
pwd
ls -l
python3.10 -m venv venv && source venv/bin/activate
python -m pip install --upgrade pip
python -m pip install build
Expand All @@ -64,6 +60,11 @@ jobs:
image: "ghcr.io/osgeo/gdal:ubuntu-small-3.9.1"

steps:
- name: Checkout source
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Download sdist from artifacts
uses: actions/download-artifact@v4
with:
Expand All @@ -85,11 +86,6 @@ jobs:
python -m pip install attrs pytest click mock boto3 packaging hypothesis wheel pytz fsspec aiohttp requests pyparsing shapely
python -m pip list
- name: Checkout source
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Run tests
shell: bash
run: |
Expand Down

0 comments on commit 12ffe1b

Please sign in to comment.