Skip to content

Commit 758941c

Browse files
hoeflingnicoddemus
authored andcommitted
ci: also adjust job spec in gh action config
Signed-off-by: oleg.hoefling <[email protected]>
1 parent 36c3dbc commit 758941c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
"windows-py311",
2424
"windows-pypy3",
2525

26-
"ubuntu-py37-pytestmain",
26+
"ubuntu-py38-pytestmain",
2727
"ubuntu-py37",
2828
"ubuntu-py38",
2929
"ubuntu-py39",
@@ -47,11 +47,6 @@ jobs:
4747
python: "pypy3.9"
4848
os: windows-latest
4949
tox_env: "pypy3"
50-
- name: "ubuntu-py37-pytestmain"
51-
python: "3.7"
52-
os: ubuntu-latest
53-
tox_env: "py37-pytestmain"
54-
use_coverage: true
5550
- name: "ubuntu-py37"
5651
python: "3.7"
5752
os: ubuntu-latest
@@ -62,6 +57,11 @@ jobs:
6257
os: ubuntu-latest
6358
tox_env: "py38"
6459
use_coverage: true
60+
- name: "ubuntu-py38-pytestmain"
61+
python: "3.8"
62+
os: ubuntu-latest
63+
tox_env: "py38-pytestmain"
64+
use_coverage: true
6565
- name: "ubuntu-py39"
6666
python: "3.9"
6767
os: ubuntu-latest

0 commit comments

Comments
 (0)