Fix CI (proper use of CONDA_PREFIX + GH token)

This commit is contained in:
abejgonzalez
2023-12-01 10:11:13 -08:00
parent dae66b0d56
commit dd6cff58a6
2 changed files with 13 additions and 10 deletions

View File

@@ -148,7 +148,6 @@ if run_step "1"; then
# use conda-lock to create env
conda-lock install --conda $(which conda) -p $CYDIR/.conda-env $LOCKFILE &&
source $CYDIR/.conda-env/etc/profile.d/conda.sh &&
conda activate $CYDIR/.conda-env
exit_if_last_command_failed