1 parent e30717d commit f8bbf8cCopy full SHA for f8bbf8c
1 file changed
.github/workflows/python-package.yml
@@ -30,8 +30,8 @@ jobs:
30
python-version: ${{ matrix.python-version }}
31
- name: Install dependencies
32
run: |
33
- python -m pip install --upgrade pip wheel setuptools>=65.5.1
34
- python -m pip install flake8 pytest-cov mypy typed-ast
+ python -m pip install --upgrade pip wheel setuptools setuptools-scm
+ python -m pip install flake8 pytest-cov mypy typed-ast cython
35
python -m pip install -r requirements-test.txt --use-pep517
36
- name: Lint with flake8
37
0 commit comments