Skip to content

Commit 5a92bf8

Browse files
committed
ci: Install dependency setuptools_scm.
Signed-off-by: Michael Seifert <[email protected]>
1 parent 628cfa9 commit 5a92bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
set -xe
3030
python -VV
3131
python -m site
32-
python -m pip install --upgrade pip wheel
32+
python -m pip install --upgrade pip setuptools_scm wheel
3333
python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions
3434
- name: "Run tox targets for ${{ matrix.python-version }}"
3535
run: "python -m tox"
@@ -57,7 +57,7 @@ jobs:
5757
python-version: "3.9"
5858

5959
- name: "Install poetry, check-wheel-content, and twine"
60-
run: "python -m pip install wheel twine check-wheel-contents"
60+
run: "python -m pip install check-wheel-contents setuptools_scm twine wheel"
6161
- name: "Build package"
6262
run: "python setup.py sdist bdist_wheel"
6363
- name: "List result"

0 commit comments

Comments
 (0)