Skip to content

Commit 0bf4bad

Browse files
committed
debug: print PATH
1 parent d0ab110 commit 0bf4bad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit_test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
miniconda-version: "latest"
2222
activate-environment: test
2323
python-version: ${{ matrix.python-version }}
24+
- name: print PATH
25+
run: echo $PATH
2426
- name: activate conda env
25-
- run: conda activate test
27+
run: conda activate test
2628
- name: python is python3
2729
run: source .github/workflows/python_is_python3.sh
2830
# - uses: Jimver/cuda-toolkit@master

0 commit comments

Comments
 (0)