Skip to content

Commit 99b14f5

Browse files
committed
windows can't glob in commands apparently
1 parent 8059e1a commit 99b14f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/moleculekit/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
%PYTHON% -m build -v -w --no-isolation
2-
%PYTHON% -m pip install %SRC_DIR%\dist\moleculekit-*.whl
2+
for %%F in (dist\*.whl) do %PYTHON% -m pip install "%%F"

0 commit comments

Comments
 (0)