Skip to content
Snippets Groups Projects
Commit daf2b21e authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix: unescaped "\" in toml

parent d0d3c69c
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #45147 canceled
......@@ -25,7 +25,7 @@ AIDGE_DEPENDENCIES = "" # format => "dep_1 dep_2 ... dep_n"
[tool.cibuildwheel.linux]
before-build = ["bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh ${AIDGE_DEPENDENCIES}"]
[tool.cibuildwheel.windows]
before-build = [" .\.gitlab\ci\cibuildwheel_build_deps_before_build_wheel.ps1 --deps ${AIDGE_DEPENDENCIES}"]
before-build = [".\\.gitlab\\ci\\cibuildwheel_build_deps_before_build_wheel.ps1 --deps ${AIDGE_DEPENDENCIES}"]
#####################################################
# SETUPTOOLS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment