Commit e62726f 1 parent 0f9923d commit e62726f Copy full SHA for e62726f
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
postgresql db : ' test'
23
23
- name : Install and run SensorThingsAPI
24
24
uses : cgs-earth/sensorthings-action@v0.1.0
25
- - name : Run pygeoapi
26
- run : |
27
- docker run -d -it --rm -p 5000:80 $(docker build -q .)
25
+ # - name: Run pygeoapi
26
+ # run: |
27
+ # docker run -d -it --rm -p 5000:80 $(docker build -q .)
28
28
- name : Install requirements 📦
29
29
run : |
30
30
pip3 install https://github.com/geopython/pygeoapi/archive/refs/heads/master.zip
42
42
pytest tests/test_geopandas_provider.py
43
43
pytest tests/test_postgresql_provider.py
44
44
pytest tests/test_sensorthings_edr_provider.py
45
- pytest tests/test_sitemap_process.py
45
+ # pytest tests/test_sitemap_process.py
46
46
pytest tests/test_sparql_provider.py
47
47
pytest tests/test_xml_formatter.py
You can’t perform that action at this time.
0 commit comments