Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-11-04 Thread Matthias Koeppe
On Saturday, November 4, 2023 at 5:17:01 AM UTC-7 Oscar Benjamin wrote: On Sun, 24 Sept 2023 at 22:10, Oscar Benjamin wrote: > So if there are doctest updates needed I guess the workflow is: > > - Open a PR against sagemath/sage with the needed (doctest or other) changes > - Make SymPy's Sa

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-11-04 Thread Oscar Benjamin
On Sun, 24 Sept 2023 at 22:10, Oscar Benjamin wrote: > > > On Sunday, September 24, 2023 at 11:46:05 AM UTC-7 Oscar Benjamin wrote: > > > >> Where would I send the PR for the Sage doctests? > > On Sun, 24 Sept 2023 at 20:48, Matthias Koeppe > wrote: > > > > I've added this to ci-sage.yml to expl

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-26 Thread Matthias Koeppe
On Monday, September 25, 2023 at 4:55:01 AM UTC-7 Oscar Benjamin wrote: > So currently the SymPy Sage CI job points at: > https://github.com/sagemath/sage/pull/36276 That is a PR against the sagemath/sage develop branch. Should any new PR with doctest updates be based off of that PR and set

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-25 Thread Oscar Benjamin
On Sun, 24 Sept 2023 at 22:43, Matthias Koeppe wrote: > > On Sunday, September 24, 2023 at 2:10:26 PM UTC-7 Oscar Benjamin wrote: > > > On Sunday, September 24, 2023 at 11:46:05 AM UTC-7 Oscar Benjamin wrote: > > > >> Where would I send the PR for the Sage doctests? > > On Sun, 24 Sept 2023 at 20:

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Matthias Koeppe
On Sunday, September 24, 2023 at 2:10:26 PM UTC-7 Oscar Benjamin wrote: > On Sunday, September 24, 2023 at 11:46:05 AM UTC-7 Oscar Benjamin wrote: > >> Where would I send the PR for the Sage doctests? On Sun, 24 Sept 2023 at 20:48, Matthias Koeppe wrote: > > I've added this to ci-sage.yml

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Oscar Benjamin
> On Sunday, September 24, 2023 at 11:46:05 AM UTC-7 Oscar Benjamin wrote: > >> Where would I send the PR for the Sage doctests? On Sun, 24 Sept 2023 at 20:48, Matthias Koeppe wrote: > > I've added this to ci-sage.yml to explain what to do: > > # To test with a Sage PR, use this: > #s

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Matthias Koeppe
On Sunday, September 24, 2023 at 11:46:05 AM UTC-7 Oscar Benjamin wrote: On Sun, 24 Sept 2023 at 18:47, Matthias Koeppe wrote: > PR https://github.com/sympy/sympy/pull/25728 updates the workflow. Apologies for not submitting this fix earlier. > PRs updating the Sage doctests for changes in Sy

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Oscar Benjamin
On Sun, 24 Sept 2023 at 18:47, Matthias Koeppe wrote: > > PR https://github.com/sympy/sympy/pull/25728 updates the workflow. Apologies > for not submitting this fix earlier. > PRs updating the Sage doctests for changes in SymPy are very welcome. Thanks Matthias. Where would I send the PR for th

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Matthias Koeppe
PR https://github.com/sympy/sympy/pull/25728 updates the workflow. Apologies for not submitting this fix earlier. PRs updating the Sage doctests for changes in SymPy are very welcome. On Sunday, September 24, 2023 at 4:23:38 AM UTC-7 Oscar Benjamin wrote: > On Sun, 24 Sept 2023 at 09:50, Dima

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Dima Pasechnik
it seems that there are many old versions of this ci-sage.yml floating aroung on the net, see e.g. https://github.com/pypa/setuptools/blob/main/.github/workflows/ci-sage.yml I've opened https://github.com/pypa/setuptools/issues/4057 On Sun, Sep 24, 2023 at 12:43 PM Dima Pasechnik wrote: > > OK, s

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Dima Pasechnik
OK, sorry, as usual for me I mixed up sympy and scipy :-) yes, trac tickes became github PRs. On Sun, 24 Sept 2023, 12:23 Oscar Benjamin, wrote: > On Sun, 24 Sept 2023 at 09:50, Dima Pasechnik wrote: > > > > On Sun, Sep 24, 2023 at 9:21 AM Tirthankar Mazumder > > wrote: > > > > > > Sorry to

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Oscar Benjamin
On Sun, 24 Sept 2023 at 09:50, Dima Pasechnik wrote: > > On Sun, Sep 24, 2023 at 9:21 AM Tirthankar Mazumder > wrote: > > > > Sorry to resurrect such an old thread, but the Sage CI is failing for SymPy > > again. This time, it looks to me like the issue is the fact that GitHub > > Actions is tr

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Dima Pasechnik
On Sun, Sep 24, 2023 at 9:21 AM Tirthankar Mazumder wrote: > > Sorry to resurrect such an old thread, but the Sage CI is failing for SymPy > again. This time, it looks to me like the issue is the fact that GitHub > Actions is trying to pull the Sage code from trac, which shouldn't be > happenin

[sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Tirthankar Mazumder
Sorry to resurrect such an old thread, but the Sage CI is failing for SymPy again. This time, it looks to me like the issue is the fact that GitHub Actions is trying to pull the Sage code from trac, which shouldn't be happening because SageMath moved to GitHub some time back. Can somebody pleas

[sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2022-07-05 Thread Matthias Koeppe
Fixed in https://github.com/sympy/sympy/pull/23728 via https://trac.sagemath.org/ticket/34118 On Tuesday, July 5, 2022 at 1:01:48 PM UTC-7 greenw...@gmail.com wrote: > In the SymPy GitHub repository , > currently the only CI jobs that are failing are the Sage CI