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 b57e68e commit 5537af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
auto-activate-base: true

- name: find_conda_sh
run: conda info
#run: source $CONDA_PREFIX/etc/profile.d/conda.sh
#run: conda info
run: source /usr/share/miniconda/etc/conda/etc/profile.d/conda.sh

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

0 comments on commit 5537af0

Please sign in to comment.