Skip to content

Commit

Permalink
Use pyogctest 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Nov 29, 2021
1 parent 68d17e3 commit 487f742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ogc.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install python3-virtualenv virtualenv git
git clone https://github.com/pblottiere/pyogctest
cd pyogctest && cd -
cd pyogctest && git checkout 1.1.0 && cd -
virtualenv -p /usr/bin/python3 venv && source venv/bin/activate && pip install -e pyogctest/
- name: Run WMS 1.3.0 OGC tests
Expand Down

0 comments on commit 487f742

Please sign in to comment.