-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Add testing for Musl Linux #52953
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks @mroeschke
python -m pip install --no-cache-dir --no-build-isolation --no-use-pep517 -e . | ||
python -m pip list | ||
export PANDAS_CI=1 | ||
python -m pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would probably have the call to tests in its own step, if I'm not missing a reason to have it together with the creation of the environment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. I'll put this in it's own step
* CI: Add testing for Musl Linux * Install locale * Add loc path * set tz too * Skip one test for musl, use more standard tz for musl * Correct skips for MUSL * Do less stuff during install * syntax error
* CI: Add testing for Musl Linux * Install locale * Add loc path * set tz too * Skip one test for musl, use more standard tz for musl * Correct skips for MUSL * Do less stuff during install * syntax error
* CI: Add testing for Musl Linux * Install locale * Add loc path * set tz too * Skip one test for musl, use more standard tz for musl * Correct skips for MUSL * Do less stuff during install * syntax error
* CI: Add testing for Musl Linux * Install locale * Add loc path * set tz too * Skip one test for musl, use more standard tz for musl * Correct skips for MUSL * Do less stuff during install * syntax error
xref MacPython/pandas-wheels#176