Skip to content

Commit f8bbf8c

Browse files
committed
MacOS Ruptures install fix
1 parent e30717d commit f8bbf8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ 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
34-
python -m pip install flake8 pytest-cov mypy typed-ast
33+
python -m pip install --upgrade pip wheel setuptools setuptools-scm
34+
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
3737
run: |

0 commit comments

Comments
 (0)