8000 CI: Add testing for Musl Linux by mroeschke · Pull Request #52953 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

CI: Add testing for Musl Linux #52953

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

Merged
merged 10 commits into from
Apr 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add loc path
  • Loading branch information
mroeschke committed Apr 27, 2023
commit 1a6344b5b6bc963735618485d239a02d1abe89fe
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
< 7D3F /span>
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ jobs:
fi
- name: Configure System Packages
run: |
export MUSL_LOCPATH=/usr/share/i18n/locales/musl
apk update
apk add musl-locales
apk add lang
apk add musl-locales musl-locales-lang
- name: Build environment and Run Tests
run: |
/opt/python/cp39-cp39/bin/python -m venv ~/virtualenvs/pandas-dev
Expand Down
0