Skip to content

Commit 762d756

Browse files
build against my repo
1 parent 76e27d7 commit 762d756

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/ogc/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
mkdir /usr/src/qgis/build
5+
mkdir -p /usr/src/qgis/build
66
cd /usr/src/qgis/build || exit 1
77

88
export CCACHE_TEMPDIR=/tmp

.github/workflows/ogc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
- name: Install pyogctest
8282
run: |
8383
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 -
84+
git clone https://github.com/benoitdm-oslandia/pyogctest
85+
cd pyogctest && git checkout fix/docker_ulimit && cd -
8686
virtualenv -p /usr/bin/python3 venv && source venv/bin/activate && pip install -e pyogctest/
8787
8888
- name: Run WMS 1.3.0 OGC tests

0 commit comments

Comments
 (0)