We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9962aaa commit a14a97eCopy full SHA for a14a97e
.circleci/config.yml
@@ -42,7 +42,7 @@ orbs:
42
steps:
43
- run:
44
name: Install requirements
45
- command: conda install -c conda-forge --file pyrasterframes/src/main/python/requirements-condaforge.txt
+ command: /opt/conda/bin/conda install -c conda-forge --yes --file pyrasterframes/src/main/python/requirements-condaforge.txt
46
47
48
rasterframes:
@@ -118,6 +118,7 @@ jobs:
118
- checkout
119
- sbt/setup
120
- python/setup
121
+ - python/requirements
122
- rasterframes/setup
123
- rasterframes/restore-cache
124
- sbt/compile
0 commit comments