Skip to content

Commit a519c9a

Browse files
authored
chore: update pytest workflow to 24.04 (TagStudioDev#639)
* 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.
1 parent 385aaf4 commit a519c9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pytest.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [ push, pull_request ]
55
jobs:
66
pytest:
77
name: Run tests
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99

1010
steps:
1111
- name: Checkout repo
@@ -20,11 +20,12 @@ jobs:
2020
- name: Install system dependencies
2121
run: |
2222
# dont run update, it is slow
23-
# sudo apt-get update
23+
sudo apt-get update
2424
sudo apt-get install -y --no-install-recommends \
2525
libxkbcommon-x11-0 \
2626
x11-utils \
2727
libyaml-dev \
28+
libgl1 \
2829
libegl1 \
2930
libxcb-icccm4 \
3031
libxcb-image0 \

0 commit comments

Comments
 (0)