Skip to content

Commit

Permalink
Merge pull request #10 from ghga-de/fix/missing-setuptools
Browse files Browse the repository at this point in the history
Install setuptools before extracting python package version
  • Loading branch information
ckaipf authored Dec 13, 2024
2 parents 0f8fcdb + 43c7732 commit 94c82b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ runs:
if [ -f "setup.py" ]
then
echo "Using setup.py to extract python package version"
pip install setuptools
PKG_VER="$(python setup.py --version)"
elif [ -f "pyproject.toml" ]
then
Expand Down

0 comments on commit 94c82b5

Please sign in to comment.