Fix
Some checks failed
CI / Backend tests (pull_request) Successful in 24s
CI / Frontend unit tests (pull_request) Successful in 36s
CI / Frontend lint (pull_request) Successful in 37s
CI / Frontend build (pull_request) Successful in 28s
CI / Playwright e2e (pull_request) Failing after 10s
Some checks failed
CI / Backend tests (pull_request) Successful in 24s
CI / Frontend unit tests (pull_request) Successful in 36s
CI / Frontend lint (pull_request) Successful in 37s
CI / Frontend build (pull_request) Successful in 28s
CI / Playwright e2e (pull_request) Failing after 10s
This commit is contained in:
parent
dc10b3323a
commit
b7f460bb68
1 changed files with 3 additions and 3 deletions
|
|
@ -17,9 +17,9 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install uv
|
||||
uses: https://github.com/astral-sh/setup-uv@v4
|
||||
with:
|
||||
version: latest
|
||||
run: |
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
||||
|
||||
- name: Set up Python
|
||||
run: uv python install 3.13
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue