Skip to content

Commit bd32dec

Browse files
committed
non venv
1 parent 58efe77 commit bd32dec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/github-actions.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
working-directory: my_project
1515
run: |
1616
python -m pip install --upgrade pip
17-
uv pip install pytest
18-
uv pip install pytest-playwright
19-
uv pip install "fastapi[standard]"
20-
uv pip install sqlmodel
21-
uv pip install jinja2
17+
uv pip install pytest --system
18+
uv pip install pytest-playwright --system
19+
uv pip install "fastapi[standard] --system"
20+
uv pip install sqlmodel --system
21+
uv pip install jinja2 --system
2222
2323
- name: run tests
2424
working-directory: my_project

0 commit comments

Comments
 (0)