Skip to content

Commit d0ab110

Browse files
committed
add conda activate
1 parent 7e71ab9 commit d0ab110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
miniconda-version: "latest"
2222
activate-environment: test
2323
python-version: ${{ matrix.python-version }}
24+
- name: activate conda env
25+
- run: conda activate test
2426
- name: python is python3
2527
run: source .github/workflows/python_is_python3.sh
2628
# - uses: Jimver/cuda-toolkit@master

0 commit comments

Comments
 (0)