Skip to content

Commit

Permalink
revert action change
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Apr 28, 2024
1 parent 085f450 commit 5b47548
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/actions/build-src/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,8 @@ runs:
which python
which pip
pip list
# optionally call micromamba things
if command -v micromamba; then
micromamba info
micromamba list
fi
micromamba info
micromamba list
- name: build_mda_main
shell: bash -l {0}
Expand All @@ -91,10 +88,7 @@ runs:
shell: bash -l {0}
run: |
pip list
# optionally list micromamba
if command -v micromamba; then
micromamba list
fi
micromamba list
- name: build_docs
if: ${{ inputs.build-docs == 'true' }}
Expand Down

0 comments on commit 5b47548

Please sign in to comment.