We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66277eb commit d2d1329Copy full SHA for d2d1329
2 files changed
.github/workflows/uv.yml
@@ -23,4 +23,4 @@ jobs:
23
python-version-file: ".python-version"
24
25
- name: Build and Test
26
- run: uv run python tests/test.py
+ run: uv run python tests/py/test.py
tests/test.py tests/py/test.pytests/test.py renamed to tests/py/test.py
0 commit comments