Skip to content

Commit

Permalink
update conda list within environment
Browse files Browse the repository at this point in the history
  • Loading branch information
RAHenriksen committed Nov 13, 2024
1 parent e9b2765 commit 5e513b5
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 list"
bash -c "conda activate $CONDA_ENV_NAME && conda list"

0 comments on commit 5e513b5

Please sign in to comment.