Skip to content

Commit

Permalink
Update pyogctest
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere authored and nyalldawson committed May 20, 2021
1 parent ff59274 commit 602df12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ogc.yml
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- master
- release-**
- queued_ltr_backports
pull_request:
branches:
- master
- release-**
- queued_ltr_backports

jobs:
build:
Expand All @@ -29,7 +31,7 @@ jobs:
run: |
sudo apt-get install python3-virtualenv virtualenv git
git clone https://github.com/pblottiere/pyogctest
cd pyogctest && git checkout 1.0.2 && cd -
cd pyogctest && git checkout 1.0.4 && cd -
virtualenv -p /usr/bin/python3 venv && source venv/bin/activate && pip install -e pyogctest/
- name: Download WMS 1.3.0 dataset
Expand Down

0 comments on commit 602df12

Please sign in to comment.