Skip to content

Commit 12bc0d1

Browse files
committed
Correct path to Nipy for wheel building
1 parent d8d8d71 commit 12bc0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
echo "::group::Build wheel"
2-
pip wheel -w "${env:WHEEL_SDIR}" --no-deps "${env:REPO_DIR}"
2+
pip wheel -w "${env:WHEEL_SDIR}" --no-deps ".\${env:REPO_DIR}"
33
ls -l "${env:GITHUB_WORKSPACE}/${env:WHEEL_SDIR}/"
44
echo "::endgroup::"
55

0 commit comments

Comments
 (0)