Skip to content

Commit 7ec4f89

Browse files
committed
Fix test setup on ubuntu
1 parent 325b114 commit 7ec4f89

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
python-version: "3.10"
2727
steps:
2828
- 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
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
3333
- name: Set up Python ${{ matrix.python-version }}
3434
uses: actions/setup-python@v6
3535
with:

0 commit comments

Comments
 (0)