Skip to content

Commit 746c80b

Browse files
committed
fix
1 parent e5088d2 commit 746c80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
activate-environment: test
2828
python-version: ${{ matrix.python-version }}
2929
- name: python is python3
30-
- run: source .github/workflows/python_is_python3.sh
30+
run: source .github/workflows/python_is_python3.sh
3131
- name: Update pip
3232
run: python -m pip install --upgrade pip
3333
- name: Check CUDA version

0 commit comments

Comments
 (0)