Skip to content

Commit

Permalink
Further fix to github action: activateing mamba env
Browse files Browse the repository at this point in the history
  • Loading branch information
subhacom committed Nov 10, 2024
1 parent 7e67573 commit 9537a5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pymoose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
if: runner.os != 'Windows'
run: |
eval "$(micromamba shell hook --shell bash)"
micromamba activate moose
python -c "import sys; print('#' * 60, sys.version)"
pip install python-libsbml
pip install .
Expand All @@ -72,6 +73,7 @@ jobs:
if: runner.os == 'Windows'
run: |
micromamba shell hook -s powershell | Out-String | Invoke-Expression
micromamba activate moose
python -c "import sys; print('#' * 60, sys.version)"
pip install python-libsbml
pip install .
Expand Down

0 comments on commit 9537a5c

Please sign in to comment.