Skip to content

Commit ae44f9d

Browse files
committed
run tests in series
1 parent 37ad1fa commit ae44f9d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/lint-and-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939

4040
test-py37:
4141
runs-on: ubuntu-latest
42+
needs: [test-py38]
4243
container:
4344
image: python:3.7
4445
steps:
@@ -51,6 +52,7 @@ jobs:
5152

5253
test-py38:
5354
runs-on: ubuntu-latest
55+
needs: [test-py39]
5456
container:
5557
image: python:3.8
5658
steps:
@@ -63,6 +65,7 @@ jobs:
6365

6466
test-py39:
6567
runs-on: ubuntu-latest
68+
needs: [test-py310]
6669
container:
6770
image: python:3.9
6871
steps:
@@ -75,6 +78,7 @@ jobs:
7578

7679
test-py310:
7780
runs-on: ubuntu-latest
81+
needs: [test-py311]
7882
container:
7983
image: python:3.10
8084
steps:
@@ -87,6 +91,7 @@ jobs:
8791

8892
test-py311:
8993
runs-on: ubuntu-latest
94+
needs: [test-py312]
9095
container:
9196
image: python:3.11
9297
steps:

0 commit comments

Comments
 (0)