Skip to content

Commit

Permalink
Merge pull request #152 from fchapoton/drop_mac13_CI
Browse files Browse the repository at this point in the history
drop macos 13 failing check
  • Loading branch information
fchapoton authored Jan 31, 2024
2 parents 5924a95 + 4f8430e commit 124436e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:
osversion_xcodeversion_toxenv_tuples: >-
[["latest", "", "homebrew-macos-usrlocal-minimal"],
["latest", "", "homebrew-macos-usrlocal-standard"],
["13", "xcode_15.0", "homebrew-macos-usrlocal-standard"],
["latest", "", "conda-forge-macos-standard"]]
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="cypari" cypari
# Standard setting: Test the current beta release of Sage
Expand Down
1 change: 0 additions & 1 deletion cypari2/stack.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ from cpython.exc cimport PyErr_SetString

from cysignals.signals cimport (sig_on, sig_off, sig_block, sig_unblock,
sig_error)
from cysignals.memory cimport check_malloc, sig_free

from .gen cimport Gen, Gen_new
from .paridecl cimport (avma, pari_mainstack, gnil, gcopy,
Expand Down

0 comments on commit 124436e

Please sign in to comment.