Skip to content

Commit 4e0379c

Browse files
committed
Run pip-audit only once, not for each OS.
1 parent a9b3b77 commit 4e0379c

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ jobs:
108108
toxenv: docs-spelling
109109
- name: "3.11"
110110
toxenv: docs-style
111-
- name: "3.11"
112-
toxenv: format-audit
113-
- name: "3.11"
114-
toxenv: formatnongpl-audit
115-
- name: "3.11"
116-
toxenv: noextra-audit
117111
- name: "3.11"
118112
toxenv: readme
119113
- name: "3.11"
@@ -131,6 +125,18 @@ jobs:
131125
python-version:
132126
name: "3.11"
133127
toxenv: py311-noextra-ghcoverage
128+
- os: ubuntu-latest
129+
python-version:
130+
name: "3.11"
131+
toxenv: format-audit
132+
- os: ubuntu-latest
133+
python-version:
134+
name: "3.11"
135+
toxenv: formatnongpl-audit
136+
- os: ubuntu-latest
137+
python-version:
138+
name: "3.11"
139+
toxenv: noextra-audit
134140
exclude:
135141
- os: windows-latest
136142
python-version:

0 commit comments

Comments
 (0)