Skip to content

Commit d7cc118

Browse files
committed
Add setuptools for Python 3.12 build
Signed-off-by: Alex Nelson <[email protected]>
1 parent d9b5e40 commit d7cc118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
python -m venv development
3333
. development/bin/activate
34-
python -m pip install --upgrade pip
34+
python -m pip install --upgrade pip setuptools
3535
python -m pip install pylint pytest rdflib
3636
python setup.py install
3737
pillow2case --help

0 commit comments

Comments
 (0)