Skip to content

Commit

Permalink
Merge pull request #11 from LibrePCB/fix-ci
Browse files Browse the repository at this point in the history
CI: Fix pip failure & update Linux jobs
  • Loading branch information
ubruhin committed Aug 9, 2024
2 parents 5a39812 + c49871c commit a89fc22
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
strategy:
matrix:
include:
- qt: 5 # 5.9
py: "3.6"
container: "ubuntu:18.04"
packages: "qt5-default qttools5-dev-tools qtdeclarative5-dev qml-module-qtquick2"
nosetests: 1
- qt: 5 # 5.12
py: "3.8"
container: "ubuntu:20.04"
Expand All @@ -33,6 +28,11 @@ jobs:
container: "ubuntu:22.04"
packages: "qt6-base-dev qt6-tools-dev qt6-tools-dev-tools qt6-declarative-dev libqt6opengl6-dev qml6-module-*"
nosetests: 0 # Nosetest not working anymore
- qt: 6 # 6.4
py: "3.12"
container: "ubuntu:24.04"
packages: "qt6-base-dev qt6-tools-dev qt6-tools-dev-tools qt6-declarative-dev libqt6opengl6-dev qml6-module-*"
nosetests: 0 # Nosetest not working anymore
env:
DEBIAN_FRONTEND: noninteractive
FUNQ_QT_MAJOR_VERSION: "${{ matrix.qt }}"
Expand Down Expand Up @@ -93,6 +93,7 @@ jobs:
- {qt: "6", runner: "macos-14", nosetests: 0}
env:
FUNQ_QT_MAJOR_VERSION: "${{ matrix.qt }}"
PIP_BREAK_SYSTEM_PACKAGES: 1
steps:
- uses: actions/checkout@v2
- name: Install requirements
Expand Down

0 comments on commit a89fc22

Please sign in to comment.