Skip to content

Commit befd4e9

Browse files
committed
Fix typo
1 parent 1dd95ba commit befd4e9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
tests:
18-
name: ${{ matrix.os }}
18+
name: ${{ matrix.os }} / ${{ matrix.python-version }} / ${{ matrix.qt-version }}
1919
runs-on: ${{ matrix.image }}
2020
strategy:
2121
matrix:
@@ -76,7 +76,7 @@ jobs:
7676
enable-cache: true
7777

7878
- name: Install qasync
79-
run: uv --locked --group dev
79+
run: uv sync --locked --group dev
8080

8181
- name: Install qt ${{ matrix.qt-version }}
8282
run: uv pip install ${{ matrix.qt-version }}
@@ -120,6 +120,7 @@ jobs:
120120
with:
121121
GITHUB_TOKEN: ${{ github.token }}
122122
MERGE_COVERAGE_FILES: true
123+
ANNOTATE_MISSING_LINES: true
123124

124125
- name: Store coverage comment to be posted
125126
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)