Skip to content

Commit

Permalink
Merge pull request #37 from arup-group/fix_ci_build
Browse files Browse the repository at this point in the history
Upgrade the GDAL python library version in the CI build
  • Loading branch information
mfitz committed Apr 19, 2023
2 parents aa57247 + 6b0ffd1 commit e833221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
export C_INCLUDE_PATH=/usr/include/gdal
sudo apt-get install ca-certificates
export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
pip install GDAL==3.0.2
pip install GDAL==3.4.1
pip install -e .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit e833221

Please sign in to comment.