CliDyn / climsight

prototype of a system that provide local climate information
BSD 3-Clause "New" or "Revised" License
27 stars 9 forks source link

allow to download data during tests #86

Closed kuivi closed 2 months ago

kuivi commented 3 months ago

in file pytest.yml

    - name: Download data
      run: |
        # download data is not working now due to https://population.un.org/wpp/Download/... issues unsafe legacy renegotiation disabled
        # chmod +x download_data.sh
        # ./download_data.sh

change to python download_data.py