ci: GCC in python pipeline
This commit is contained in:
parent
8baddb8b86
commit
a1c39df952
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: ghcr.io/astral-sh/uv:0.9-python3.12-alpine
|
image: ghcr.io/astral-sh/uv:0.9-python3.12-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- apk add --no-cache gcc
|
||||||
- uv sync
|
- uv sync
|
||||||
- pytest
|
- pytest
|
||||||
- |
|
- |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue