Skip to content

Commit a14a97e

Browse files
committed
Refined conda requirements install.
1 parent 9962aaa commit a14a97e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ orbs:
4242
steps:
4343
- run:
4444
name: Install requirements
45-
command: conda install -c conda-forge --file pyrasterframes/src/main/python/requirements-condaforge.txt
45+
command: /opt/conda/bin/conda install -c conda-forge --yes --file pyrasterframes/src/main/python/requirements-condaforge.txt
4646

4747

4848
rasterframes:
@@ -118,6 +118,7 @@ jobs:
118118
- checkout
119119
- sbt/setup
120120
- python/setup
121+
- python/requirements
121122
- rasterframes/setup
122123
- rasterframes/restore-cache
123124
- sbt/compile

0 commit comments

Comments
 (0)