Skip to content

Commit

Permalink
Merge pull request #6474 from PrimozGodec/ci-update-pyqt6-ubuntu
Browse files Browse the repository at this point in the history
CI - Update ubuntu image for PyQt6
  • Loading branch information
janezd committed Aug 18, 2023
2 parents c54cfcb + 7afe3c4 commit 80f3cc9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@ jobs:
strategy:
fail-fast: False
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
python-version: [3.8, 3.9, '3.10', '3.11']
tox_env: [orange-released]
name: [Released]
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: '3.10'
tox_env: orange-latest
name: Latest
- os: ubuntu-20.04
python-version: 3.8
tox_env: orange-oldest
name: Oldest dependencies
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: 3.9
tox_env: pyqt6
name: PyQt6
Expand Down Expand Up @@ -85,6 +85,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libegl1-mesa libxcb-shape0 libxcb-cursor0
- name: Install glibc-tools dependency on Ubuntu-22.04
if: matrix.os == 'ubuntu-22.04'
run: sudo apt-get install -y glibc-tools # required for catchsegv

- name: Install Tox
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 80f3cc9

Please sign in to comment.