Skip to content

Commit

Permalink
try outside of the container
Browse files Browse the repository at this point in the history
  • Loading branch information
robandpdx committed May 6, 2024
1 parent b356593 commit 212dd17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
defaults:
run:
shell: bash -el {0}
container:
image: nvidia/cuda:11.4.3-devel-ubuntu20.04
# container:
# image: nvidia/cuda:11.4.3-devel-ubuntu20.04
steps:
- name: Install git
run: apt-get update && apt-get install -y git
# - name: Install git
# run: apt-get update && apt-get install -y git
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit 212dd17

Please sign in to comment.