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

Commit

Permalink
.github/workflows/build.yml: Build/test modularized distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 6, 2022
1 parent af78202 commit 9c634c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ jobs:
uses: codecov/codecov-action@v2
with:
files: ./coverage.xml

- name: Build and test modularized distributions
run: make pypi-wheels
env:
MAKE: make -j2
SAGE_NUM_THREADS: 2

0 comments on commit 9c634c2

Please sign in to comment.