Skip to content

Commit

Permalink
Fix GitHub workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
avian2 committed Oct 22, 2022
1 parent f8d2a44 commit 79398a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
matrix:
python-version:
- name: 3.7
toxenv: begin,py37-jsonschemalatest,end
toxenv: py37-jsonschemalatest
- name: 3.8
toxenv: begin,py38-jsonschemalatest,end
toxenv: py38-jsonschemalatest
- name: 3.9
toxenv: begin,py39-jsonschemalatest,end
toxenv: py39-jsonschemalatest

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

0 comments on commit 79398a4

Please sign in to comment.