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