Skip to content

Commit

Permalink
no mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Apr 1, 2024
1 parent 3be4fdc commit c746f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10' # Use a default Python version for running tox
python-version: '3.11' # Use a default Python version for running tox
- name: Install tox
run: pip install tox
- name: Run tests with tox
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py310, mypy
envlist = py310, py311

[testenv]
deps =
Expand Down

0 comments on commit c746f05

Please sign in to comment.