Skip to content

Commit

Permalink
add shell variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Dec 13, 2024
1 parent fe3ed64 commit ab97a6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ runs:
run: |
$CONDA/bin/conda env create -n msyd --file ./environment.yml
$CONDA/bin/conda activate msyd
shell: bash
# python -m pip install mappy
- name: Build msyd
run: pip install .
Expand Down

0 comments on commit ab97a6c

Please sign in to comment.