Skip to content

Commit

Permalink
run tests in series
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioteula committed Oct 9, 2024
1 parent 37ad1fa commit ae44f9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:

test-py37:
runs-on: ubuntu-latest
needs: [test-py38]
container:
image: python:3.7
steps:
Expand All @@ -51,6 +52,7 @@ jobs:

test-py38:
runs-on: ubuntu-latest
needs: [test-py39]
container:
image: python:3.8
steps:
Expand All @@ -63,6 +65,7 @@ jobs:

test-py39:
runs-on: ubuntu-latest
needs: [test-py310]
container:
image: python:3.9
steps:
Expand All @@ -75,6 +78,7 @@ jobs:

test-py310:
runs-on: ubuntu-latest
needs: [test-py311]
container:
image: python:3.10
steps:
Expand All @@ -87,6 +91,7 @@ jobs:

test-py311:
runs-on: ubuntu-latest
needs: [test-py312]
container:
image: python:3.11
steps:
Expand Down

0 comments on commit ae44f9d

Please sign in to comment.