mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 17:44:20 -08:00
tippeacnoes test
This commit is contained in:
parent
8c95150fa8
commit
aff17395c8
1 changed files with 3 additions and 2 deletions
5
.github/workflows/combine-tilefy.yml
vendored
5
.github/workflows/combine-tilefy.yml
vendored
|
@ -46,11 +46,12 @@ jobs:
|
||||||
- name: Make tippecanoe
|
- name: Make tippecanoe
|
||||||
working-directory: /tmp/tippecanoe-src
|
working-directory: /tmp/tippecanoe-src
|
||||||
run: |
|
run: |
|
||||||
sudo /bin/sh -c make
|
sudo /usr/bin/bash -c make
|
||||||
- name: Make install tippecanoe
|
- name: Make install tippecanoe
|
||||||
working-directory: /tmp/tippecanoe-src
|
working-directory: /tmp/tippecanoe-src
|
||||||
run: |
|
run: |
|
||||||
sudo /bin/sh -c make install
|
sudo /usr/bin/bash -c make install
|
||||||
|
tippecanoe -v
|
||||||
- name: Run Scripts
|
- name: Run Scripts
|
||||||
run: |
|
run: |
|
||||||
poetry run python3 data_pipeline/application.py geo-score -s aws
|
poetry run python3 data_pipeline/application.py geo-score -s aws
|
||||||
|
|
Loading…
Add table
Reference in a new issue