Skip to content

Commit e1bfa95

Browse files
committed
.github/workflows/ci-sage.yml: Add info to singular dependencies
1 parent 7bd1a79 commit e1bfa95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-sage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
&& mkdir -p upstream && cp build/pkgs/${{ env.SPKG }}/src/*.tar.gz upstream/${{ env.SPKG }}-git.tar.gz \
8686
&& echo "sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=optional" > upstream/update-pkgs.sh \
8787
&& if [ -n "${{ env.REMOVE_PATCHES }}" ]; then echo "(cd ../build/pkgs/${{ env.SPKG }}/patches && rm -f ${{ env.REMOVE_PATCHES }}; :)" >> upstream/update-pkgs.sh; fi \
88-
&& echo 'echo ntl flint readline mpfr cddlib 4ti2 > ../build/pkgs/singular/dependencies' >> upstream/update-pkgs.sh \
88+
&& echo 'echo ntl flint readline mpfr cddlib 4ti2 info > ../build/pkgs/singular/dependencies' >> upstream/update-pkgs.sh \
8989
&& ls -l upstream/
9090
- uses: actions/upload-artifact@v3
9191
with:

0 commit comments

Comments
 (0)