Skip to content

Commit

Permalink
ci: also adjust job spec in gh action config
Browse files Browse the repository at this point in the history
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
  • Loading branch information
hoefling committed Jul 11, 2023
1 parent ad3a2f4 commit 2bacac4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
"windows-py311",
"windows-pypy3",

"ubuntu-py37-pytestmain",
"ubuntu-py38-pytestmain",
"ubuntu-py37",
"ubuntu-py38",
"ubuntu-py39",
Expand All @@ -47,11 +47,6 @@ jobs:
python: "pypy3.9"
os: windows-latest
tox_env: "pypy3"
- name: "ubuntu-py37-pytestmain"
python: "3.7"
os: ubuntu-latest
tox_env: "py37-pytestmain"
use_coverage: true
- name: "ubuntu-py37"
python: "3.7"
os: ubuntu-latest
Expand All @@ -62,6 +57,11 @@ jobs:
os: ubuntu-latest
tox_env: "py38"
use_coverage: true
- name: "ubuntu-py38-pytestmain"
python: "3.8"
os: ubuntu-latest
tox_env: "py38-pytestmain"
use_coverage: true
- name: "ubuntu-py39"
python: "3.9"
os: ubuntu-latest
Expand Down

0 comments on commit 2bacac4

Please sign in to comment.