@@ -2,7 +2,6 @@ name: cypari2
2
2
3
3
on :
4
4
pull_request :
5
- types : [opened, synchronize]
6
5
push :
7
6
tags :
8
7
- ' *'
21
20
fail-fast : false
22
21
matrix :
23
22
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 ']
26
25
env :
27
26
LC_ALL : C
28
27
PARI_VERSION : ${{ matrix.pari-version }}
69
68
path : upstream
70
69
name : upstream
71
70
72
- linux- sage :
71
+ sage :
73
72
uses : sagemath/sage/.github/workflows/docker.yml@develop
74
73
with :
75
74
targets : SAGE_CHECK=no SAGE_CHECK_PACKAGES="cypari" cypari
84
83
["standard"]
85
84
needs : [dist]
86
85
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
-
108
86
env :
109
87
# Ubuntu packages to install so that the project's "setup.py sdist" can succeed
110
88
DIST_PREREQ : libpari-dev pari-doc libbz2-dev bzip2
0 commit comments