Skip to content

Commit

Permalink
🔧 pass --no-isolation through CIBW_CONFIG_SETTINGS --build-option
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Oct 19, 2022
1 parent 20996c3 commit 690f74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Expand Up @@ -220,7 +220,7 @@ jobs:
CIBW_BUILD_FRONTEND: "build"
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_ENVIRONMENT: CHARSET_NORMALIZER_USE_MYPYC='1'
CIBW_CONFIG_SETTINGS: "--no-isolation"
CIBW_CONFIG_SETTINGS: "--build-option=--no-isolation"
CIBW_BEFORE_BUILD: pip install -r dev-requirements.txt
CIBW_TEST_REQUIRES: pytest codecov pytest-cov
CIBW_TEST_COMMAND: pytest {package}/tests
Expand Down

0 comments on commit 690f74c

Please sign in to comment.