We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3949cc7 commit 8d1b661Copy full SHA for 8d1b661
.github/workflows/macos.yml
@@ -87,7 +87,7 @@ jobs:
87
if: inputs.upstream_artifact
88
- name: Update Sage packages from upstream artifact
89
run: |
90
- (export PATH=$(pwd)/build/bin:$PATH; (cd upstream && bash -x update-pkgs.sh) && sed -i.bak '/upstream/d' .dockerignore && echo "/:toolchain:/i ADD upstream upstream" | sed -i.bak -f - build/bin/write-dockerfile.sh && git diff)
+ (export PATH=$(pwd)/build/bin:$PATH; (cd upstream && bash -x update-pkgs.sh) && git diff)
91
92
93
- name: Merge CI fixes from sagemath/sage
0 commit comments