Skip to content

Commit

Permalink
Do not test with early G4 v11 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gipert committed Dec 19, 2024
1 parent 09e7f60 commit a4d47ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
container_version:
- G4.11.3
- G4.11.2
- G4.11.1
- G4.11.0
- slim

container: docker://gipert/remage-base:${{ matrix.container_version }}
Expand All @@ -38,7 +36,7 @@ jobs:
- name: setup and start xvfb
run: |
apt-get update
apt-get install -y xvfb xfonts-75dpi xfonts-100dpi mesa-utils libgl1-mesa-glx libglu1-mesa
apt-get install -y xvfb xfonts-75dpi xfonts-100dpi
Xvfb :99 -screen 0 1920x1080x24 &
- name: Install pip dependencies for tests
Expand Down

0 comments on commit a4d47ec

Please sign in to comment.