From 7ec04b20c1f9a513a2b3d847e779d07b94fd4519 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Tue, 17 Dec 2024 14:08:20 +0100 Subject: [PATCH] attempt to fix ci --- .github/workflows/coverage.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0d7463f2..b4a62cfd 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -21,9 +21,18 @@ jobs: runs-on: ubuntu-latest steps: - - uses: jurplel/install-qt-action@v4 + # install-qt-action also does setup-python + - name: Install Qt + uses: jurplel/install-qt-action@v3 with: - version: "6.*" + aqtversion: "==3.1.*" + version: "6.5.3" + host: "linux" + target: "desktop" + arch: "gcc_64" + # - uses: actions/setup-python@v5 + # with: + # python-version: "3.12" - uses: actions/checkout@v4 with: submodules: true @@ -32,9 +41,6 @@ jobs: key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.python-version }} create-symlink: true - uses: rui314/setup-mold@v1 - - uses: actions/setup-python@v5 - with: - python-version: "3.12" - uses: astral-sh/setup-uv@v4 - run: uv pip install --system nox - run: nox -s cov