mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-26 02:31:51 +02:00
Update generate_stargazer_map.yml
This commit is contained in:
5
.github/workflows/generate_stargazer_map.yml
vendored
5
.github/workflows/generate_stargazer_map.yml
vendored
@@ -23,6 +23,11 @@ jobs:
|
|||||||
sudo apt-get install -y gdal-bin
|
sudo apt-get install -y gdal-bin
|
||||||
pip install requests pandas geopandas matplotlib pycountry geopy
|
pip install requests pandas geopandas matplotlib pycountry geopy
|
||||||
|
|
||||||
|
- name: Download shapefile
|
||||||
|
run: |
|
||||||
|
wget https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/ne_110m_admin_0_countries.zip
|
||||||
|
unzip -o ne_110m_admin_0_countries.zip
|
||||||
|
|
||||||
- name: Run script
|
- name: Run script
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user