Skip to content

Commit

Permalink
Fixed GitHub Actions build (python 3.5 & 3.6 no longer available).
Browse files Browse the repository at this point in the history
  • Loading branch information
zmumi committed Feb 15, 2024
1 parent e0b7a0e commit 85f1708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/non-test-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
with:
python-version: '3.10'
- name: Install Tox and any other packages
run: pip install tox
run: pip install tox setuptools distutils
- name: Run Tox
run: tox -e coverage-py310,mypy-py310

0 comments on commit 85f1708

Please sign in to comment.