Skip to content

Commit 593c89a

Browse files
committed
invoke .bat file through powershell
1 parent 6b68b2a commit 593c89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
export BLD_ARTIFACT_PREFIX="conda_pkgs"
214214
fi
215215
if [ $OS == "windows" ]; then
216-
cmd.exe /c .scripts\\create_conda_build_artifacts.bat
216+
pwsh -Command ". '.scripts/create_conda_build_artifacts.bat'"
217217
else
218218
./.scripts/create_conda_build_artifacts.sh
219219
fi

0 commit comments

Comments
 (0)