Skip to content

Commit

Permalink
Merge pull request #10 from mkoeppe/ci-sage-2023-09-official
Browse files Browse the repository at this point in the history
.github/workflows/ci-sage-macos.yml: Use sagemath/sage @ develop
  • Loading branch information
dimpase authored Dec 4, 2023
2 parents 9a1abe6 + 2a125f6 commit 6d2fc63
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci-sage-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ jobs:
name: upstream

macos:

# https://github.com/sagemath/sage/pull/36338
uses: mkoeppe/sage/.github/workflows/macos.yml@tox_2023_09
uses: sagemath/sage/.github/workflows/macos.yml@develop
with:
osversion_xcodeversion_toxenv_tuples: >-
[["latest", "", "homebrew-macos-usrlocal-minimal"],
Expand All @@ -91,9 +89,7 @@ jobs:
["latest", "", "conda-forge-macos-standard"]]
# FIXME: duplicated from env.TARGETS
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES=primecount,primecountpy primecount primecountpy
sage_repo: mkoeppe/sage
sage_ref: tox_2023_09
#sage_repo: sagemath/sage
#sage_ref: refs/pull/36110/merge
sage_repo: sagemath/sage
sage_ref: develop
upstream_artifact: upstream
needs: [dist, macos-without-sage]
needs: [dist]

0 comments on commit 6d2fc63

Please sign in to comment.