Skip to content

Commit

Permalink
Add tomli to Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Nov 10, 2023
1 parent 4b2df16 commit 66d55f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "::group::Build wheel"
$wheel_sdir = "wheelhouse"
pip install tomlkit
pip install tomli
$build_dep = python .\print_deps.py $env:MB_PYTHON_VERSION ${env:REPO_DIR}
pip install @($build_dep.split())
pip wheel -w "${wheel_sdir}" --no-build-isolation ".\${env:REPO_DIR}"
Expand Down

0 comments on commit 66d55f1

Please sign in to comment.