Skip to content

Commit

Permalink
Update stage-hotfix-rel-deploy.yml
Browse files Browse the repository at this point in the history
remove pipenv run for hot fix version number generation
  • Loading branch information
jkueloc authored Dec 11, 2024
1 parent 34813c5 commit 0b31738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage-hotfix-rel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
pip3 install -U setuptools
pip3 install -U setuptools-scm
FULL_VERSION_NUMBER="$(pipenv run python -m setuptools_scm)"
FULL_VERSION_NUMBER="$(python3 -m setuptools_scm)"
echo "full_ver_num=$(echo "${FULL_VERSION_NUMBER}")" >> $GITHUB_ENV
HOTFIX_VERSION_NUMBER="$(git describe --tags)"
Expand Down

0 comments on commit 0b31738

Please sign in to comment.