File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 run : uv sync --all-groups
3636
3737 - name : Run tests
38- run : pytest
38+ run : uv run pytest
3939 env :
4040 COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 : ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 }}
4141 COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 : ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 }}
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 run : uv sync --all-groups
105105
106106 - name : Run end-to-end tests
107- run : pytest tests/end_to_end
107+ run : uv run pytest tests/end_to_end
108108 env :
109109 COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 : ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 }}
110110 COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 : ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 }}
You can’t perform that action at this time.
0 commit comments