Skip to content

Commit

Permalink
CI: do not checkout latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed May 5, 2023
1 parent aafb008 commit ebba143
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Checkout latest release tag
run: |
LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
git checkout $LATEST_TAG
echo "SETUPTOOLS_SCM_PRETEND_VERSION=$LATEST_TAG" >> $GITHUB_ENV
- name: Set conda environment
Expand Down

0 comments on commit ebba143

Please sign in to comment.