Skip to content

Commit b55ec47

Browse files
authored
Merge branch 'master' into async-with-changes
2 parents c35ab2f + fd1232c commit b55ec47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
run: hatch test -py ${{ matrix.python-version }}
6363

6464
- name: Run build test for scikit-build-core
65-
run: hatch run test-build:scikit-build-core -py ${{ matrix.python-version }}
65+
run: hatch run test-build:scikit-build-core
6666

6767
- name: Run build test for meson-python
68-
run: hatch run test-build:meson -py ${{ matrix.python-version }}
68+
run: hatch run test-build:meson
6969
continue-on-error: true
7070

7171
tests-pass:

0 commit comments

Comments
 (0)