Skip to content

Commit 32b694e

Browse files
committed
CI: Reduce the build matrix
1 parent 27dc885 commit 32b694e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,14 @@ jobs:
7575
strategy:
7676
matrix:
7777
python-version: [3.7, 3.8, 3.9]
78-
install: [sdist, wheel, repo, editable]
78+
install: [repo]
79+
include:
80+
- python-version: 3.9
81+
install: sdist
82+
- python-version: 3.9
83+
install: wheel
84+
- python-version: 3.9
85+
install: editable
7986
env:
8087
INSTALL_TYPE: ${{ matrix.install }}
8188

0 commit comments

Comments
 (0)