Skip to content

Commit 56830b2

Browse files
committed
Fix environment.yml path
1 parent 8a7ded8 commit 56830b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
bash miniforge.sh -bfp ~/miniforge &&
1111
rm -rf miniforge.sh &&
1212
source ~/miniforge/etc/profile.d/conda.sh &&
13-
conda env create -f .ci_scripts/update_docs &&
13+
conda env create -f .ci_scripts/environment.yml &&
1414
conda activate conda-forge-docs &&
1515
./.ci_scripts/update_docs
1616
"""

0 commit comments

Comments
 (0)