Skip to content

Commit

Permalink
.github/workflows/ci-sage-macos.yml: Use sagemath/sage @ develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 28, 2023
1 parent 9a1abe6 commit 99b121f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 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]

0 comments on commit 99b121f

Please sign in to comment.