Skip to content

Commit

Permalink
restore pixi.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby authored Feb 13, 2025
1 parent 139162e commit 3ab4088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build = { cmd = "python -m build -wnx -vvvv -Cbuild-dir='build'", cwd='../', de
install = { cmd = "pip install dist/*whl --force-reinstall --no-deps" , cwd='../', depends-on=['savetags', 'build']}
install-editable = { cmd = "pip install -ve . --no-build-isolation" , cwd='../', depends-on=['clean-build', 'savetags']}

build-win = { cmd = "python -m build -wnx -vvvv -Cbuild-dir='build'", cwd='../', depends-on = ['clean-build']}
build-win = { cmd = "python -m build -wnx -vvvv -Cbuild-dir='build'", cwd='../', depends-on = ['clean-build'] , env={CC = 'clang-cl', CXX ='clang-cl'}}
install-win = { cmd = "pip install dist/*whl --force-reinstall --no-deps" , cwd='../', depends-on=['savetags', 'build-win']}
install-editable-win = { cmd = "pip install -ve . --no-build-isolation" , cwd='../', depends-on=['clean-build', 'savetags'] , env={CC = 'clang-cl', CXX ='clang-cl'}}

Expand Down

0 comments on commit 3ab4088

Please sign in to comment.