Skip to content

Commit

Permalink
try to use preinstalled tox
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Sep 24, 2021
1 parent 17cd1c0 commit 3fe9ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install tox
run: |
python -m pip install --upgrade pip
pip install tox
- name: Test
run: |
tox -e ${{ matrix.tox_env }}
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[build-system]
requires = [
"setuptools",
"setuptools_scm[toml]"
"setuptools_scm[toml]",
"setuptools_scm[toml]<5; python_version == \"2.7\"",

]
build-backend = "setuptools.build_meta"

0 comments on commit 3fe9ad7

Please sign in to comment.