remove depenecy install from tests
Some checks failed
Python CI / test (push) Successful in 30s
Lint / lint (push) Successful in 1m1s
Tests / test (3.10) (push) Failing after 1m7s
Tests / test (3.11) (push) Failing after 20s
Tests / test (3.9) (push) Failing after 1m5s

This commit is contained in:
Duncan Tourolle 2025-10-24 23:49:42 +02:00
parent 8a9a2a73f4
commit 4735a78b5d

View File

@ -17,12 +17,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-glx xvfb libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip