Skip to content

Conversation

@mroeschke mroeschke added Build Library building on various platforms Windows Windows OS labels Oct 30, 2024
before-build = "pip install delvewheel && bash {package}/scripts/cibw_before_build_windows.sh"
before-test = "bash {package}/scripts/cibw_before_test_windows.sh"
test-command = """
set PANDAS_CI='1' && \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could the PANDAS_CI be set in the before-test so that this section can re-use the test-command?

Copy link
Contributor Author

@lysnikolaou lysnikolaou Nov 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could do that, yes, but all cibuildwheel custom configs include a different test-command. The Windows one has a slight difference as well. So I'm not sure if it's really worth it.

@lysnikolaou
Copy link
Contributor Author

Can we merge this? Is there anything else I'd need to do before we can do it?

@mroeschke mroeschke added this to the 3.0 milestone Nov 12, 2024
@mroeschke mroeschke merged commit 6bdb32b into pandas-dev:main Nov 12, 2024
98 checks passed
@mroeschke
Copy link
Member

Thanks @lysnikolaou

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Build Library building on various platforms Windows Windows OS

3 participants