Scripts to process open datasets for Public Tree Map (companion repository: https://github.com/Public-Tree-Map/public-tree-map). Work in progress:
8
stars
7
forks
source link
updating miniconda download url #90
Closed
captainrandom closed 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):
After:
This shows a glimpse of the local builds downloading conda successfully:
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:
What I did