Skip to content

Commit

Permalink
Update cicd_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Dec 18, 2023
1 parent 28bebd6 commit f73c78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
auto-activate-base: true

- name: find_conda_sh
run: source ~/miniconda3/etc/profile.d/conda.sh
run: source $CONDA_PREFX/etc/profile.d/conda.sh

- name: compil_plugins
run: source ./ci/build.sh
Expand Down

0 comments on commit f73c78c

Please sign in to comment.