Skip to content

Commit

Permalink
Merge pull request #57 from aboutcode-org/update-github-actions-ci
Browse files Browse the repository at this point in the history
Install setuptools for python3.12
  • Loading branch information
AyanSinhaMahapatra authored Oct 12, 2024
2 parents e27f3d2 + 3f36d81 commit 66c196e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ conf:
@echo "-> Configure the Python venv, clone and install scancode-toolkit"
${PYTHON_EXE} -m venv venv
@git clone https://github.com/aboutcode-org/scancode-toolkit.git
@venv/bin/pip install --upgrade pip
@venv/bin/pip install --upgrade pip setuptools
@venv/bin/pip install -e ./scancode-toolkit/
@venv/bin/scancode-reindex-licenses

Expand Down

0 comments on commit 66c196e

Please sign in to comment.