Skip to content

Commit fbd34f0

Browse files
authored
remove env variables
1 parent 89af72b commit fbd34f0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci-sage.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,6 @@ concurrency:
5050
group: ${{ github.workflow }}-${{ github.ref }}
5151
cancel-in-progress: true
5252

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-
6753
jobs:
6854

6955
dist:

0 commit comments

Comments
 (0)