Skip to content

Commit 292b8fb

Browse files
sprinkle in pip install of setuptools_scm to avoid the setuptools bug
1 parent e759662 commit 292b8fb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ jobs:
9494
uses: actions/setup-python@v2
9595
with:
9696
python-version: ${{ matrix.python }}
97-
- name: Install tox
97+
- name: Install tox setuptools_scm
9898
run: |
9999
python -m pip install --upgrade pip
100-
pip install tox
100+
pip install tox setuptools_scm
101101
- name: Test
102102
run: |
103103
tox -e ${{ matrix.tox_env }}

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ envlist=py27,py37,docs,linting
33

44
[testenv]
55
deps=
6+
setuptools_scm
67
pytest
78
pytest-timeout
89
passenv = GITHUB_ACTIONS

0 commit comments

Comments
 (0)