summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-12-11 14:06:35 -0500
committerJulian Berman <Julian@GrayVines.com>2022-12-11 14:06:35 -0500
commit4e0379c1a5994a671a1331cc7dbf27c1bce3b293 (patch)
tree41b3a22721c9d84819a61147628556af06adbd38 /.github
parenta9b3b770d89e03c2acb2567ddb91565d940dedb5 (diff)
downloadjsonschema-4e0379c1a5994a671a1331cc7dbf27c1bce3b293.tar.gz
Run pip-audit only once, not for each OS.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml18
1 files changed, 12 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9628229..efb163b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -109,12 +109,6 @@ jobs:
- name: "3.11"
toxenv: docs-style
- name: "3.11"
- toxenv: format-audit
- - name: "3.11"
- toxenv: formatnongpl-audit
- - name: "3.11"
- toxenv: noextra-audit
- - name: "3.11"
toxenv: readme
- name: "3.11"
toxenv: secrets
@@ -131,6 +125,18 @@ jobs:
python-version:
name: "3.11"
toxenv: py311-noextra-ghcoverage
+ - os: ubuntu-latest
+ python-version:
+ name: "3.11"
+ toxenv: format-audit
+ - os: ubuntu-latest
+ python-version:
+ name: "3.11"
+ toxenv: formatnongpl-audit
+ - os: ubuntu-latest
+ python-version:
+ name: "3.11"
+ toxenv: noextra-audit
exclude:
- os: windows-latest
python-version: