Skip to content

Commit 0b7dd08

Browse files
committed
MacOS Ruptures install fix 5
1 parent 598aaf6 commit 0b7dd08

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
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install dependencies
3232
run: |
33-
python -m pip install --upgrade pip wheel setuptools>=65.5.1
33+
python -m pip install --upgrade pip wheel setuptools setuptools-scm
3434
python -m pip install flake8 pytest-cov mypy typed-ast cython
3535
python -m pip install -r requirements-test.txt --use-pep517
3636
- name: Lint with flake8

0 commit comments

Comments
 (0)