File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,18 @@ jobs:
5454 python-version : ${{ matrix.python-version }}
5555
5656 - name : Install Hatch
57- uses : pypa/hatch@install
57+ # Commented for now due to high failure rates at the moment.
58+ # uses: pypa/hatch@install
59+ run : python -m pip install --upgrade hatch
5860
5961 - name : Run tests
60- run : hatch test
62+ run : hatch test -py ${{ matrix.python-version }}
6163
6264 - name : Run build test for scikit-build-core
63- run : hatch run test-build:scikit-build-core
65+ run : hatch run test-build:scikit-build-core -py ${{ matrix.python-version }}
6466
6567 - name : Run build test for meson-python
66- run : hatch run test-build:meson
68+ run : hatch run test-build:meson -py ${{ matrix.python-version }}
6769 continue-on-error : true
6870
6971 tests-pass :
You can’t perform that action at this time.
0 commit comments