Skip to content

Commit

Permalink
Upgrade pyogctest and use embedded data for wms 1.3.0 testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere authored and nyalldawson committed Apr 17, 2021
1 parent 2a5fd3d commit f507551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ogc.yml
Expand Up @@ -47,12 +47,12 @@ 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.3 && cd -
virtualenv -p /usr/bin/python3 venv && source venv/bin/activate && pip install -e pyogctest/
- name: Download WMS 1.3.0 dataset
- name: Extract WMS 1.3.0 dataset
run: |
source venv/bin/activate && ./pyogctest/pyogctest.py -s wms130 -w
source venv/bin/activate && ./pyogctest/pyogctest.py -s wms130 -e
- name: Run WMS 1.3.0 OGC tests
run: |
Expand Down

0 comments on commit f507551

Please sign in to comment.