Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeepsb committed Jun 19, 2024
1 parent 8462846 commit cfb62ec
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
platform_id: manylinux_x86_64
manylinux_image: manylinux_2_28

# Many linux 2014 dosen't work due to an issue in GLEW:
# manylinux2014 dosen't work due to an issue in GLEW:
# https://github.com/glfw/glfw/issues/2139
# manylinux_image: manylinux2014

Expand All @@ -31,11 +31,6 @@ jobs:
- os: macos-14
platform_id: macosx_arm64

# os: [ubuntu-latest, windows-latest, macos-13, macos-14]
# os: [ubuntu-latest, windows-latest, macos-13, macos-14]
# python: [3.7, 3.8, 3.9, 3.10]
# python: [3.7]

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -49,15 +44,6 @@ jobs:
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.19.0

# Install Linux dependencies
# - name: Update deb repository
# if: ${{ matrix.platform_id == 'manylinux_x86_64' }}
# run: sudo apt-get update

# - name: Install deb dependencies
# if: ${{ matrix.platform_id == 'manylinux_x86_64' }}
# run: sudo apt-get install -y xorg-dev libglu1-mesa-dev libglew-dev xvfb xrandr-dev

# Build wheels
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit cfb62ec

Please sign in to comment.