Skip to content

Commit 2dda51c

Browse files
committed
GHA: Require setuptool>60 and setuptools-scm>60
1 parent 4b03f86 commit 2dda51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cache: 'pip'
6161
- name: Install dependencies
6262
run: |
63-
python3 -m pip install --upgrade pip setuptools setuptools-scm
63+
python3 -m pip install --upgrade pip setuptools>60 setuptools-scm>=60
6464
pip install tox tox-gh-actions
6565
- name: Check
6666
run: |

0 commit comments

Comments
 (0)