Public-Tree-Map / public-tree-map-data-pipeline

Scripts to process open datasets for Public Tree Map (companion repository: https://github.com/Public-Tree-Map/public-tree-map). Work in progress:
https://publictreemap.org/
MIT License
8 stars 7 forks source link

updating miniconda download url #90

Closed captainrandom closed 4 years ago

captainrandom commented 4 years ago

Motivation and context

The builds had recently been breaking: https://app.circleci.com/pipelines/github/Public-Tree-Map/public-tree-map-data-pipeline/384/workflows/c05fd2e0-7fe3-4274-a413-09d70ee1a581/jobs/790

This was due to an out of date url to download miniconda (python environment).

Screenshots

Before:

Here is the root of the problem (not downloading conda so it doesn't exist): Screen Shot 2020-04-09 at 7 56 03 PM

After:

This shows a glimpse of the local builds downloading conda successfully: Screen Shot 2020-04-09 at 7 55 39 PM

Also take a look at a previous successful build to compare (./python-env.sh step): https://app.circleci.com/pipelines/github/Public-Tree-Map/public-tree-map-data-pipeline/383/workflows/e9af3410-614e-4b22-a4bb-bb20bfd4dc3f/jobs/788

This shows the local build succeeding after my change: Screen Shot 2020-04-09 at 7 55 15 PM

What I did