Skip to content

Commit 0b5084f

Browse files
committed
.github/workflows/ci-sage.yml: Remove integration testing with Python interface passagemath-macaulay2
1 parent 7c9794c commit 0b5084f

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/ci-sage.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -109,26 +109,3 @@ jobs:
109109
sage_ref: main
110110
upstream_artifact: upstream
111111
needs: [dist]
112-
113-
passagemath-macaulay2:
114-
uses: passagemath/passagemath/.github/workflows/docker.yml@main
115-
with:
116-
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="sagemath_macaulay2" sagemath_macaulay2
117-
# Standard setting: Test the current HEAD of passagemath:
118-
sage_repo: passagemath/passagemath
119-
sage_ref: main
120-
upstream_artifact: upstream
121-
# Build incrementally from published Docker image
122-
incremental: true
123-
free_disk_space: true
124-
from_docker_repository: ghcr.io/passagemath/passagemath/
125-
from_docker_target: "with-targets"
126-
from_docker_tag: "dev"
127-
docker_targets: "with-targets"
128-
tox_system_factors: >-
129-
["ubuntu-jammy"]
130-
tox_packages_factors: >-
131-
["standard"]
132-
# avoid clash with linux job for the same platform
133-
logs_artifact: false
134-
needs: [dist]

0 commit comments

Comments
 (0)