Skip to content

Commit 5fb4af4

Browse files
committed
add debug
1 parent ed215db commit 5fb4af4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
- name: Display nvidia
1111
run: nvidia-smi
1212
- name: Display Conda Environment Versions
13-
run: conda list
13+
run: |
14+
more ~/.bashrc
15+
whereis python
16+
conda list
1417
- name: Display Pip Versions
1518
run: pip list
1619
# - name: Download "build" folder (cache)

0 commit comments

Comments
 (0)