Skip to content

Commit

Permalink
Merge pull request #38856 from pblottiere/pyogctest_v101
Browse files Browse the repository at this point in the history
Update pyogctest to v1.0.1
  • Loading branch information
pblottiere committed Sep 18, 2020
2 parents 73626bd + 74610f9 commit 4113fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ogc.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
sudo apt-get install python3-virtualenv virtualenv git
git clone https://github.com/pblottiere/pyogctest
cd pyogctest && git checkout 1.0.0 && cd -
cd pyogctest && git checkout 1.0.1 && 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 4113fdc

Please sign in to comment.