Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 9c634c2

Browse files
author
Matthias Koeppe
committed
.github/workflows/build.yml: Build/test modularized distributions
1 parent af78202 commit 9c634c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,9 @@ jobs:
6262
uses: codecov/codecov-action@v2
6363
with:
6464
files: ./coverage.xml
65+
66+
- name: Build and test modularized distributions
67+
run: make pypi-wheels
68+
env:
69+
MAKE: make -j2
70+
SAGE_NUM_THREADS: 2

0 commit comments

Comments
 (0)