Skip to content

Commit

Permalink
Update docker-run-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL authored Aug 29, 2023
1 parent 65c4fa8 commit 225a0ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
steps:
- name: Check PATH
run: (echo $PATH) || (echo "No path")
- name: Activate environment
- name: Shell init for micromamba
run: (eval "$(micromamba shell hook --shell bash))"
- name: Activate environment
micromamba activate _MDTF_base
- name: Get version of mdtf_framework.py
run: (mdtf_framework.py --version)

0 comments on commit 225a0ab

Please sign in to comment.