Skip to content

Commit 3084d65

Browse files
committed
add shyaml dep
1 parent 465fc76 commit 3084d65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_pipeline.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
export C_INCLUDE_PATH=/usr/include/gdal
2727
sudo apt-get install ca-certificates
2828
export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
29+
pip install pyyaml==5.4.1 shyaml
2930
pip install GDAL==3.4.1
3031
pip install .
3132
- name: Check install

0 commit comments

Comments
 (0)