Skip to content

Commit

Permalink
activate conda in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
RAHenriksen committed Nov 13, 2024
1 parent 5e513b5 commit 0a3908b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bifrost_sp_ecoli_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
--env BIFROST_DB_KEY=${{ secrets.MONGODB_ATLAS_CONNECTION }} \
--env CONDA_ENV_NAME="${{ env.ENV_NAME }}" \
bifrost_sp_ecoli_image \
bash -c "conda activate $CONDA_ENV_NAME && conda list"
bash -c "source /opt/conda/etc/profile.d/conda.sh && conda activate $CONDA_ENV_NAME && conda list"

0 comments on commit 0a3908b

Please sign in to comment.