We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465fc76 commit 3084d65Copy full SHA for 3084d65
.github/workflows/build_pipeline.yml
@@ -26,6 +26,7 @@ jobs:
26
export C_INCLUDE_PATH=/usr/include/gdal
27
sudo apt-get install ca-certificates
28
export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
29
+ pip install pyyaml==5.4.1 shyaml
30
pip install GDAL==3.4.1
31
pip install .
32
- name: Check install
0 commit comments