Skip to content

Commit ed215db

Browse files
committed
remove bash -l {0}
1 parent 865de2b commit ed215db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ jobs:
88
with:
99
ref: ${{ github.event.pull_request.head.sha }}
1010
- name: Display nvidia
11-
shell: bash -l {0}
1211
run: nvidia-smi
1312
- name: Display Conda Environment Versions
14-
shell: bash -l {0}
1513
run: conda list
1614
- name: Display Pip Versions
17-
shell: bash -l {0}
1815
run: pip list
1916
# - name: Download "build" folder (cache)
2017
# uses: dawidd6/action-download-artifact@v9

0 commit comments

Comments
 (0)