diff --git a/.github/workflows/PyPI.yaml b/.github/workflows/PyPI.yaml index e8872826..93a71b42 100644 --- a/.github/workflows/PyPI.yaml +++ b/.github/workflows/PyPI.yaml @@ -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 @@ -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