Skip to content

Commit eb78da7

Browse files
authored
pip install setuptools on Python >= 3.12
1 parent 0646875 commit eb78da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install mock ruff
24+
pip install mock setuptools ruff
2525
- name: Test
2626
run: python setup.py test

0 commit comments

Comments
 (0)