mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Switch to wget
This commit is contained in:
parent
c252a509d5
commit
37d6c854c4
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ labels:
|
|||
platform: linux/amd64
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
- name: test
|
||||
image: python:3.13.7-slim
|
||||
environment:
|
||||
BACKEND_SECRET_KEY:
|
||||
|
@ -50,7 +50,7 @@ steps:
|
|||
CACHE_PASSWORD:
|
||||
from_secret: CACHE_PASSWORD
|
||||
commands:
|
||||
- curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
- wget -qO- https://astral.sh/uv/install.sh | sh
|
||||
- uv sync --frozen --compile-bytecode
|
||||
- pytest src/
|
||||
- name: discord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue