Skip to content

Commit

Permalink
fixing environmental variables setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Socrats committed Jul 11, 2023
1 parent 7dc5325 commit 8fc8a4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wheels_windows.yml
Expand Up @@ -54,9 +54,11 @@ jobs:
CIBW_BEFORE_ALL: pip install --upgrade pip
CIBW_BEFORE_ALL_WINDOWS: bash build_tools/github/download_eigen3_windows.sh
CIBW_ENVIRONMENT: CMAKE_BUILD_PARALLEL_LEVEL=2
CIBW_ENVIRONMENT_WINDOWS: |
CIBW_ENVIRONMENT_WINDOWS: >
PATH="C:\\local\\boost_1_82_0;$PATH"
CMAKE_BUILD_PARALLEL_LEVEL=2
EGTTOOLS_EXTRA_CMAKE_ARGS="-DBOOST_ROOT='c:\local\boost_1_82_0'"
EGTTOOLS_EXTRA_CMAKE_ARGS="-DBOOST_ROOT='c:/local/boost_1_82_0'"
BUILD_ARCH=${{ matrix.cibw-arch }}
CIBW_TEST_REQUIRES: pytest
CIBW_BEFORE_TEST_WINDOWS: cd .. && cp -r {package}/tests/ {project}\tests\
CIBW_TEST_COMMAND: pytest {project}/tests
Expand Down

0 comments on commit 8fc8a4b

Please sign in to comment.