We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e27d7 commit 762d756Copy full SHA for 762d756
.ci/ogc/build.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-mkdir /usr/src/qgis/build
+mkdir -p /usr/src/qgis/build
6
cd /usr/src/qgis/build || exit 1
7
8
export CCACHE_TEMPDIR=/tmp
.github/workflows/ogc.yml
@@ -81,8 +81,8 @@ jobs:
81
- name: Install pyogctest
82
run: |
83
sudo apt-get update && sudo apt-get install python3-virtualenv virtualenv git
84
- git clone https://github.com/pblottiere/pyogctest
85
- cd pyogctest && git checkout 1.1.1 && cd -
+ git clone https://github.com/benoitdm-oslandia/pyogctest
+ cd pyogctest && git checkout fix/docker_ulimit && cd -
86
virtualenv -p /usr/bin/python3 venv && source venv/bin/activate && pip install -e pyogctest/
87
88
- name: Run WMS 1.3.0 OGC tests
0 commit comments