Skip to content

Commit

Permalink
attempt to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Dec 17, 2024
1 parent 3ffd0c8 commit 7ec04b2
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7ec04b2

Please sign in to comment.