Skip to content

Commit

Permalink
chore: update pytest workflow to 24.04 (TagStudioDev#639)
Browse files Browse the repository at this point in the history
* fix: try fixing pytest workflow

* chore: update pytest workflow to 24.04

* fix: fix libglx package name

* fix: try a different package

* fix: try apt-update first

* Revert "fix: try apt-update first"

This reverts commit 34c04f9.

* Reapply "fix: try apt-update first"

This reverts commit 775bc26.
  • Loading branch information
python357-1 authored and DandyDev01 committed Dec 13, 2024
1 parent 6e63b0e commit 0f29ab2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [ push, pull_request ]
jobs:
pytest:
name: Run tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout repo
Expand All @@ -20,11 +20,12 @@ jobs:
- name: Install system dependencies
run: |
# dont run update, it is slow
# sudo apt-get update
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
libxkbcommon-x11-0 \
x11-utils \
libyaml-dev \
libgl1 \
libegl1 \
libxcb-icccm4 \
libxcb-image0 \
Expand Down

0 comments on commit 0f29ab2

Please sign in to comment.