Skip to content

Commit 5c85680

Browse files
committed
Fix a ci-support script name in Github CI script
1 parent 0bb2444 commit 5c85680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: "Main Script"
109109
run: |
110110
curl -L -O https://tiker.net/ci-support-v0
111-
. ci-support.sh
111+
. ci-support-v0
112112
build_py_project_in_conda_env
113113
conda install graphviz
114114

0 commit comments

Comments
 (0)