fix: use manual git checkout in test job (python:3.13-slim has no node)
This commit is contained in:
parent
5aff71ec4c
commit
651a054971
1 changed files with 4 additions and 4 deletions
|
|
@ -26,12 +26,12 @@ jobs:
|
||||||
env:
|
env:
|
||||||
WG_DATABASE_URL: postgresql+asyncpg://wiregui:wiregui@postgres/wiregui
|
WG_DATABASE_URL: postgresql+asyncpg://wiregui:wiregui@postgres/wiregui
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Install system dependencies and checkout
|
||||||
|
|
||||||
- name: Install system dependencies
|
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y --no-install-recommends \
|
apt-get update && apt-get install -y --no-install-recommends \
|
||||||
wireguard-tools pkg-config libxml2-dev libxmlsec1-dev libxmlsec1-openssl
|
git wireguard-tools pkg-config libxml2-dev libxmlsec1-dev libxmlsec1-openssl
|
||||||
|
git clone --depth=1 ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git .
|
||||||
|
git checkout ${GITHUB_SHA}
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
run: pip install uv
|
run: pip install uv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue