Skip to content

Commit

Permalink
Install setup tools, which isn't there by default for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TechNickAI committed Jul 1, 2024
1 parent 88f0eb5 commit 624d0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements/requirements-test.txt
pip install wheel
pip install wheel setuptools
- name: Build and install aicodebot
run: |
Expand Down

0 comments on commit 624d0cc

Please sign in to comment.