Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi authored Jul 12, 2023
1 parent c6c1b38 commit e962e63
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}

- name: apt
run: sudo apt-get update && sudo apt-get install -y libgl1-mesa-dev libegl1-mesa-dev
if: matrix.os == 'ubuntu-latest'

- name: deps
run: python -m pip install -U pip wheel setuptools

Expand Down Expand Up @@ -61,7 +57,6 @@ jobs:
${{ env.img }} \
bash -exc '${{ env.py }} -m venv .env && \
source .env/bin/activate && \
yum install -y mesa-libGL-devel mesa-libEGL-devel && \
python -m pip install -U pip wheel setuptools && \
python setup.py bdist_wheel && \
deactivate'

0 comments on commit e962e63

Please sign in to comment.