Skip to content

Commit

Permalink
Fix indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
vctrklndr committed Aug 20, 2024
1 parent 71bfaba commit e209236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
tox_env: py310-dj41-wt41
- python-version: "3.10"
tox_env: py310-dj41-wt42
- python-version: "3.11"
- python-version: "3.11"
tox_env: py311-dj41-wt41
- python-version: "3.11"
tox_env: py311-dj41-wt50
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ exclude =
max-line-length = 120

[testenv:coverage-report]
basepython = python3.8
basepython = python3.11
deps = coverage[toml]
skip_install = true
commands =
Expand All @@ -82,7 +82,7 @@ commands =
coverage report

[testenv:format]
basepython = python3.8
basepython = python3.11
deps =
isort
black
Expand Down

0 comments on commit e209236

Please sign in to comment.