Skip to content

Commit

Permalink
change mamba to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibonati committed Jun 12, 2024
1 parent 89dfef6 commit 0e15f58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/PyPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
shell: bash
run: |
TAG=`git describe --tags $(git rev-list --tags --max-count=1)`
echo "Latest tag is: $TAG"
git checkout tags/$TAG
- name: Additional info about the build
Expand All @@ -48,7 +49,7 @@ jobs:
shell: bash -l {0}
run: |
python -m pip install mlcolvar
micromamba list
pip list
- name: Run tests
# conda setup requires this special shell
Expand Down

0 comments on commit 0e15f58

Please sign in to comment.