We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127d796 commit a84b489Copy full SHA for a84b489
.github/workflows/pythonpublish.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: |
33
python -m pip install --upgrade pip
34
- pip install build flake8
+ pip install build flake8 setuptools-scm
35
36
- name: Lint with flake8
37
0 commit comments