Skip to content

Commit b443122

Browse files
committed
be more imperative
Signed-off-by: William Woodruff <[email protected]>
1 parent 0f5a7fb commit b443122

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
4949

5050
- name: Run tests for ${{ matrix.python-version }}
51-
run: |
52-
make bootstrap
53-
make test
51+
run: make test
5452
env:
5553
UV_PYTHON: "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)