Skip to content

Commit

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

- name: Run tests using built Docker image
run: |
Expand Down

0 comments on commit 31be98e

Please sign in to comment.