Skip to content

Commit 62ce26f

Browse files
committed
.github/workflows/ci-sage.yml: Remove outdated comment, use same sage_ref for linux and macos, reformat
1 parent 5507997 commit 62ce26f

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

.github/workflows/ci-sage.yml

+12-15
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ name: Run Sage CI
88
## - continuous integration, by building and testing other software
99
## that depends on this project.
1010
##
11-
## It runs on every pull request and push of a tag to the GitHub repository.
12-
##
1311
## The testing can be monitored in the "Actions" tab of the GitHub repository.
1412
##
1513
## After all jobs have finished (or are canceled) and a short delay,
@@ -50,8 +48,6 @@ env:
5048
# Name of this project in the Sage distribution
5149
SPKG: python_flint
5250
# Standard setting: Test the current beta release of Sage:
53-
SAGE_REPO: sagemath/sage
54-
SAGE_REF: develop
5551
REMOVE_PATCHES: "*"
5652

5753
jobs:
@@ -88,16 +84,17 @@ jobs:
8884
uses: sagemath/sage/.github/workflows/docker.yml@develop
8985
with:
9086
# Sage distribution packages to build
91-
targets: SAGE_CHECK=no SAGE_CHECK_flint=yes SAGE_CHECK_python_flint=yes python_flint
87+
targets: SAGE_CHECK=no SAGE_CHECK_flint=yes SAGE_CHECK_python_flint=yes python_flint
9288
# Standard setting: Test the current beta release of Sage:
93-
sage_repo: sagemath/sage
94-
sage_ref: develop
95-
upstream_artifact: upstream
89+
sage_repo: sagemath/sage
90+
sage_ref: refs/pull/37224/head
91+
#sage_ref: develop
92+
upstream_artifact: upstream
9693
# Docker targets (stages) to tag
97-
docker_targets: "with-targets"
94+
docker_targets: "with-targets"
9895
# We prefix the image name with the SPKG name ("python_flint_") to avoid the error
9996
# 'Package "sage-docker-..." is already associated with another repository.'
100-
docker_push_repository: ghcr.io/${{ github.repository }}/python_flint_
97+
docker_push_repository: ghcr.io/${{ github.repository }}/python_flint_
10198
needs: [dist]
10299

103100
macos:
@@ -106,10 +103,10 @@ jobs:
106103
osversion_xcodeversion_toxenv_tuples: >-
107104
[["latest", "", "homebrew-macos-usrlocal-minimal"],
108105
["latest", "", "homebrew-macos-usrlocal-standard"]]
109-
targets: SAGE_CHECK=no SAGE_CHECK_flint=yes SAGE_CHECK_python_flint=yes python_flint
106+
targets: SAGE_CHECK=no SAGE_CHECK_flint=yes SAGE_CHECK_python_flint=yes python_flint
110107
# Standard setting: Test the current beta release of Sage:
111-
sage_repo: sagemath/sage
112-
sage_ref: refs/pull/37224/head
113-
#sage_ref: develop
114-
upstream_artifact: upstream
108+
sage_repo: sagemath/sage
109+
sage_ref: refs/pull/37224/head
110+
#sage_ref: develop
111+
upstream_artifact: upstream
115112
needs: [dist]

0 commit comments

Comments
 (0)