Changeset d737325 in git for .github/workflows/ci-sage.yml


Ignore:
Timestamp:
Apr 10, 2021, 10:43:35 PM (3 years ago)
Author:
Matthias Koeppe <mkoeppe@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bce2ebae22ffd17a14f3d10bbf55539360e67d4d
Parents:
32ebcf3067dbb756333df7f29453031f0cc374c7
Message:
.github/workflows/ci-sage.yml: Do not use qepcad (broken on cygwin)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .github/workflows/ci-sage.yml

    r32ebcf rd737325  
    8383          && echo "sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=optional" > upstream/update-pkgs.sh \
    8484          && if [ -n "${{ env.REMOVE_PATCHES }}" ]; then echo "(cd ../build/pkgs/${{ env.SPKG }}/patches && rm -f ${{ env.REMOVE_PATCHES }}; :)" >> upstream/update-pkgs.sh; fi \
    85           && echo 'echo ntl flint readline mpfr cddlib 4ti2 qepcad > ../build/pkgs/singular/dependencies' >> upstream/update-pkgs.sh \
     85          && echo 'echo ntl flint readline mpfr cddlib 4ti2 > ../build/pkgs/singular/dependencies' >> upstream/update-pkgs.sh \
    8686          && ls -l upstream/
    8787      - uses: actions/upload-artifact@v2
Note: See TracChangeset for help on using the changeset viewer.