Skip to content

Commit 01bdb6f

Browse files
committed
bug fix
1 parent fb4c2d6 commit 01bdb6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: ["3.11"]
15-
name: Test with pytest (Python ${{ matrix.python-version }})
15+
name: run pytest (Python ${{ matrix.python-version }})
1616
steps:
1717
- name: Checkout project
1818
uses: actions/checkout@v4
@@ -54,5 +54,5 @@ jobs:
5454
env:
5555
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
5656
run: |
57-
uv run pytest lean_dojo_v2/tests -v
57+
pytest -v
5858

0 commit comments

Comments
 (0)