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 d0ab110 commit 0bf4badCopy full SHA for 0bf4bad
.github/workflows/unit_test.yaml
@@ -21,8 +21,10 @@ jobs:
21
miniconda-version: "latest"
22
activate-environment: test
23
python-version: ${{ matrix.python-version }}
24
+ - name: print PATH
25
+ run: echo $PATH
26
- name: activate conda env
- - run: conda activate test
27
+ run: conda activate test
28
- name: python is python3
29
run: source .github/workflows/python_is_python3.sh
30
# - uses: Jimver/cuda-toolkit@master
0 commit comments