Skip to content

Commit

Permalink
Install setuptools for py 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramelac committed Aug 26, 2024
1 parent 7b918a4 commit 91b5466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/entrypoint_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Install requirements
run: python -m pip install --user build virtualenv
run: python -m pip install --user build virtualenv setuptools
- name: Cleaning
run : python setup.py clean
- name: Build Exegol
Expand Down

0 comments on commit 91b5466

Please sign in to comment.