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
|
platform: linux/amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: test
|
||||||
image: python:3.13.7-slim
|
image: python:3.13.7-slim
|
||||||
environment:
|
environment:
|
||||||
BACKEND_SECRET_KEY:
|
BACKEND_SECRET_KEY:
|
||||||
|
@ -50,7 +50,7 @@ steps:
|
||||||
CACHE_PASSWORD:
|
CACHE_PASSWORD:
|
||||||
from_secret: CACHE_PASSWORD
|
from_secret: CACHE_PASSWORD
|
||||||
commands:
|
commands:
|
||||||
- curl -LsSf https://astral.sh/uv/install.sh | sh
|
- wget -qO- https://astral.sh/uv/install.sh | sh
|
||||||
- uv sync --frozen --compile-bytecode
|
- uv sync --frozen --compile-bytecode
|
||||||
- pytest src/
|
- pytest src/
|
||||||
- name: discord
|
- name: discord
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue