We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69121b commit a61e5deCopy full SHA for a61e5de
1 file changed
.ci/azure/setup_env.sh
@@ -25,8 +25,8 @@ else
25
fi
26
27
if ${is_rc}
28
-then
29
- sed -i '/^channels:/,/^dependencies:/ { /^ - /h; }; ${x;s/.*/ - conda-forge/label/python_rc/;p}' environment_test_with_pyversion.yml
+then2
+ sed -i '/^channels:/a\ - conda-forge/label/python_rc' environment_test_with_pyversion.yml
30
31
conda env create --file environment_test_with_pyversion.yml
32
rm environment_test_with_pyversion.yml
0 commit comments