Skip to content

Commit fd1232c

Browse files
authored
Fixed build tests from setting the python version. (#88)
1 parent 15e2f55 commit fd1232c

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)