We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e2f55 commit fd1232cCopy full SHA for fd1232c
.github/workflows/tests.yml
@@ -62,10 +62,10 @@ jobs:
62
run: hatch test -py ${{ matrix.python-version }}
63
64
- name: Run build test for scikit-build-core
65
- run: hatch run test-build:scikit-build-core -py ${{ matrix.python-version }}
+ run: hatch run test-build:scikit-build-core
66
67
- name: Run build test for meson-python
68
- run: hatch run test-build:meson -py ${{ matrix.python-version }}
+ run: hatch run test-build:meson
69
continue-on-error: true
70
71
tests-pass:
0 commit comments