Skip to content

Commit 84a7b01

Browse files
committed
Cleanup of CI
1 parent 1b8003e commit 84a7b01

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: cypari2
22

33
on:
44
pull_request:
5-
types: [opened, synchronize]
65
push:
76
tags:
87
- '*'
@@ -21,8 +20,8 @@ jobs:
2120
fail-fast: false
2221
matrix:
2322
os: [ubuntu-latest]
24-
python-version: ['3.10', '3.11', '3.12', '3.13-dev']
25-
pari-version: ['pari-2.13.0', 'pari-2.15.4', 'pari-2.15.5', '2.17.1']
23+
python-version: ['3.10', '3.11', '3.12', '3.13']
24+
pari-version: ['pari-2.13.0', 'pari-2.15.4', 'pari-2.15.5', '2.17.2']
2625
env:
2726
LC_ALL: C
2827
PARI_VERSION: ${{ matrix.pari-version }}
@@ -69,7 +68,7 @@ jobs:
6968
path: upstream
7069
name: upstream
7170

72-
linux-sage:
71+
sage:
7372
uses: sagemath/sage/.github/workflows/docker.yml@develop
7473
with:
7574
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="cypari" cypari
@@ -84,27 +83,6 @@ jobs:
8483
["standard"]
8584
needs: [dist]
8685

87-
linux-sage-incremental:
88-
uses: sagemath/sage/.github/workflows/docker.yml@develop
89-
with:
90-
# Build incrementally from published Docker image
91-
incremental: true
92-
free_disk_space: true
93-
from_docker_repository: ghcr.io/sagemath/sage/
94-
from_docker_target: "with-targets"
95-
from_docker_tag: "dev"
96-
docker_targets: "with-targets"
97-
targets_pre: build/make/Makefile
98-
targets: "cypari-uninstall build doc-html ptest"
99-
targets_optional: build/make/Makefile
100-
sage_repo: sagemath/sage
101-
sage_ref: develop
102-
upstream_artifact: upstream
103-
# We prefix the image name with the SPKG name ("cypari2-") to avoid the error
104-
# 'Package "sage-docker-..." is already associated with another repository.'
105-
docker_push_repository: ghcr.io/${{ github.repository }}/cypari2-
106-
needs: [linux-sage]
107-
10886
env:
10987
# Ubuntu packages to install so that the project's "setup.py sdist" can succeed
11088
DIST_PREREQ: libpari-dev pari-doc libbz2-dev bzip2

0 commit comments

Comments
 (0)