We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865de2b commit ed215dbCopy full SHA for ed215db
.github/workflows/ci.yml
@@ -8,13 +8,10 @@ jobs:
8
with:
9
ref: ${{ github.event.pull_request.head.sha }}
10
- name: Display nvidia
11
- shell: bash -l {0}
12
run: nvidia-smi
13
- name: Display Conda Environment Versions
14
15
run: conda list
16
- name: Display Pip Versions
17
18
run: pip list
19
# - name: Download "build" folder (cache)
20
# uses: dawidd6/action-download-artifact@v9
0 commit comments