Skip to content

Commit 2717ef1

Browse files
committed
Fix CI
1 parent e591de4 commit 2717ef1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,6 @@ jobs:
103103
docker_push_repository: ghcr.io/${{ github.repository }}/cypari2-
104104
needs: [linux-sage]
105105

106-
macos-sage:
107-
uses: sagemath/sage/.github/workflows/macos.yml@develop
108-
with:
109-
osversion_xcodeversion_toxenv_tuples: >-
110-
[["latest", "", "homebrew-macos-usrlocal-minimal"],
111-
["latest", "", "homebrew-macos-usrlocal-standard"],
112-
["latest", "", "conda-forge-macos-standard"]]
113-
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="cypari" cypari
114-
# Standard setting: Test the current beta release of Sage
115-
sage_repo: sagemath/sage
116-
sage_ref: develop
117-
upstream_artifact: upstream
118-
needs: [dist]
119-
120106
env:
121107
# Ubuntu packages to install so that the project's "setup.py sdist" can succeed
122108
DIST_PREREQ: libpari-dev pari-doc libbz2-dev bzip2

0 commit comments

Comments
 (0)