We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c54a93 commit 0dc4250Copy full SHA for 0dc4250
.github/workflows/ci.yml
@@ -41,12 +41,6 @@ jobs:
41
42
steps:
43
- uses: actions/checkout@v4
44
- - name: Install libgl1
45
- if: runner.os == 'Linux'
46
- run: |
47
- sudo dpkg --add-architecture i386
48
- sudo apt update
49
- sudo apt install libgl1-mesa-dev libgconf-2-4 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm-dev libnss3-dev libxss-dev libasound2 -y
50
51
- name: Set up Python ${{ matrix.python-version }}
52
uses: actions/setup-python@v5
0 commit comments