Skip to content

Commit

Permalink
actions: renumber to skip invalid 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Aug 2, 2023
1 parent 59a87d6 commit 3f1cd46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
- os: ubuntu-22.04
goal: test
python: "3.8"
jid: 6
jid: 7
- os: ubuntu-22.04
goal: test
python: "3.9"
jid: 7
jid: 8
- os: ubuntu-22.04
goal: test
python: "3.10"
jid: 8
jid: 9

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

0 comments on commit 3f1cd46

Please sign in to comment.