From 94526489bc89a11174c03c7053893d0a8b1b769f Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 7 Sep 2021 13:35:33 +0800 Subject: [PATCH] fix --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e873990cb..21ebfcaf4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,7 +172,7 @@ jobs: $env:PATH += ";C:\taichi_llvm\bin" $env:PATH += ";C:\taichi_clang\bin" clang --version - cd D:\a\taichi\taichi + cd D:\a\taichi\test_actions python -m pip install -r requirements_dev.txt cd python git fetch origin master