We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89af72b commit fbd34f0Copy full SHA for fbd34f0
.github/workflows/ci-sage.yml
@@ -50,20 +50,6 @@ concurrency:
50
group: ${{ github.workflow }}-${{ github.ref }}
51
cancel-in-progress: true
52
53
-env:
54
- # Ubuntu packages to install so that the project's "setup.py sdist" can succeed
55
- DIST_PREREQ: python3-setuptools autoconf
56
- # Name of this project in the Sage distribution
57
- SPKG: cysignals
58
- # Sage distribution packages to build
59
- TARGETS_PRE: build/make/Makefile
60
- TARGETS: SAGE_CHECK=no SAGE_CHECK_PACKAGES="cysignals,cypari" cysignals cypari
61
- TARGETS_OPTIONAL: build/make/Makefile
62
- # Standard setting: Test the current beta release of Sage
63
- SAGE_REPO: sagemath/sage
64
- SAGE_REF: develop
65
- REMOVE_PATCHES: "*"
66
-
67
jobs:
68
69
dist:
0 commit comments