Skip to content

Commit 8d1b661

Browse files
author
Matthias Koeppe
committed
.github/workflows/macos.yml: Remove Docker-specific upstream artifact handling
1 parent 3949cc7 commit 8d1b661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
if: inputs.upstream_artifact
8888
- name: Update Sage packages from upstream artifact
8989
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)
90+
(export PATH=$(pwd)/build/bin:$PATH; (cd upstream && bash -x update-pkgs.sh) && git diff)
9191
if: inputs.upstream_artifact
9292

9393
- name: Merge CI fixes from sagemath/sage

0 commit comments

Comments
 (0)