We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f47df8 commit 15711c2Copy full SHA for 15711c2
.github/workflows/release.yml
@@ -180,8 +180,7 @@ jobs:
180
$env:PATH += ";C:\taichi_llvm\bin"
181
$env:PATH += ";C:\taichi_clang\bin"
182
clang --version
183
- mkdir D:\a\taichi\test_actions
184
- cd D:\a\taichi\test_actions
+ cd D:\a\test_actions\test_actions
185
python -m pip install -r requirements_dev.txt
186
cd python
187
git fetch origin master
0 commit comments