Skip to content

Commit

Permalink
switch linux base system from centos 7 to centos 6,
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed May 15, 2020
1 parent 8c4ffa0 commit 8657fe8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
os: [windows-latest, macos-latest, ubuntu-latest]
env:
CIBW_SKIP: "pp27-*win*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
CIBW_MANYLINUX_I686_IMAGE: manylinux1
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
Expand Down Expand Up @@ -48,6 +50,8 @@ jobs:
CIBW_TEST_COMMAND: python -Wa {project}/psutil/tests/runner.py
CIBW_TEST_COMMAND_MACOS: LC_ALL='en_US.utf8' python -Wa {project}/psutil/tests/runner.py
CIBW_TEST_EXTRAS: test
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
CIBW_MANYLINUX_I686_IMAGE: manylinux1
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
Expand Down

0 comments on commit 8657fe8

Please sign in to comment.