Skip to content

Commit 66d55f1

Browse files
committed
Add tomli to Windows
1 parent 4b2df16 commit 66d55f1

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,6 +1,6 @@
11
echo "::group::Build wheel"
22
$wheel_sdir = "wheelhouse"
3-
pip install tomlkit
3+
pip install tomli
44
$build_dep = python .\print_deps.py $env:MB_PYTHON_VERSION ${env:REPO_DIR}
55
pip install @($build_dep.split())
66
pip wheel -w "${wheel_sdir}" --no-build-isolation ".\${env:REPO_DIR}"

0 commit comments

Comments
 (0)