Skip to content

Commit

Permalink
don't switch shells
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 6, 2024
1 parent b55e277 commit 15bbd4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
contents: read # This is required for actions/checkout
defaults:
run:
shell: su -l -p -s /bin/bash coder {0}
working-directory: /home/coder
steps:
- name: Run nvidia-smi to make sure GPU is working
Expand All @@ -55,9 +54,8 @@ jobs:
role-duration-seconds: 28800 # 8 hours
role-to-assume: arn:aws:iam::279114543810:role/gha-oidc-NVIDIA
- name: Build and test GPU schedulers
shell: bash -elxo pipefail {0}
run: |
set -ex;
# Copy source folder into ~/stdexec
cp -r $GITHUB_WORKSPACE/stdexec ~/;
chown -R coder:coder ~/stdexec;
Expand Down

0 comments on commit 15bbd4a

Please sign in to comment.