We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325b114 commit 7ec4f89Copy full SHA for 7ec4f89
1 file changed
.github/workflows/python-tests.yml
@@ -26,10 +26,10 @@ jobs:
26
python-version: "3.10"
27
steps:
28
- uses: actions/checkout@v5
29
- # - name: Install apt dependencies
30
- # if: matrix.os == 'ubuntu-latest'
31
- # run: |
32
- # sudo apt install -y libegl1 libegl1-mesa libegl-mesa0 libgl1-mesa-glx libopengl0
+ - name: Install apt dependencies
+ if: matrix.os == 'ubuntu-latest'
+ run: |
+ sudo apt install -y libegl1 libegl1-mesa libegl-mesa0 libgl1-mesa-glx libopengl0
33
- name: Set up Python ${{ matrix.python-version }}
34
uses: actions/setup-python@v6
35
with:
0 commit comments