We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598aaf6 commit 0b7dd08Copy full SHA for 0b7dd08
.github/workflows/python-package.yml
@@ -30,7 +30,7 @@ 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
+ python -m pip install --upgrade pip wheel setuptools setuptools-scm
34
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
0 commit comments