Skip to content

Commit

Permalink
tox linting env expects Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Dec 12, 2020
1 parent cf45eab commit db896a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- tox_env: "py38-psutil"
python: "3.8"
- tox_env: "linting"
python: "3.8"
python: "3.7"

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit db896a9

Please sign in to comment.