Skip to content

Commit 0041a4d

Browse files
authored
remove pipenv from gha workflow version logic (#2692)
1 parent 2592ff6 commit 0041a4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/stage-hotfix-rel-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
pip3 install -U setuptools
5252
pip3 install -U setuptools-scm
5353
54-
FULL_VERSION_NUMBER="$(python3 -m setuptools_scm)"
5554
echo "full_ver_num=$(echo "${FULL_VERSION_NUMBER}")" >> $GITHUB_ENV
5655
5756
HOTFIX_VERSION_NUMBER="$(git describe --tags)"

0 commit comments

Comments
 (0)