Skip to content

Commit

Permalink
fix: Explicitely install gdal version
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Dec 4, 2023
1 parent 0ee54e0 commit c9a8204
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
cp .env.sample .env
make build DC_ENV=ci
- name: Install GDAL
run: pip install GDAL==3.2.2

- name: Run tests using built Docker image
run: |
make test-ci DC_ENV=ci

0 comments on commit c9a8204

Please sign in to comment.