Skip to content

Commit a533d86

Browse files
committed
debug
1 parent 51c0ee5 commit a533d86

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
set -ex;
8080
81-
devcontainer-utils-post-attach-command;
81+
. devcontainer-utils-post-attach-command;
8282
8383
# Copy source folder into ~/stdexec
8484
cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;

.github/workflows/ci.gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ jobs:
8080
run: |
8181
set -e;
8282
83-
devcontainer-utils-post-attach-command;
84-
8583
if test -n "${NVHPC_ROOT:+x}"; then
8684
HPCX_INIT="$(find -L "$NVHPC_ROOT"/comm_libs/ -path '*/latest/hpcx-init.sh')";
8785
if test -n "${HPCX_INIT:+x}"; then
@@ -92,6 +90,8 @@ jobs:
9290
9391
set -x;
9492
93+
. devcontainer-utils-post-attach-command;
94+
9595
# Copy source folder into ~/stdexec
9696
cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;
9797
chown -R coder:coder ~/stdexec;

0 commit comments

Comments
 (0)