CI/CD
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
name: Lint & Test
|
name: Lint & Test
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
container:
|
||||||
image: mirror2.chabokan.net/ubuntu:22.04
|
image: mirror2.chabokan.net/python:3.11
|
||||||
options: --add-host gitea:172.17.0.1
|
options: --add-host gitea:172.17.0.1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -85,9 +85,6 @@ jobs:
|
|||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
python3 \
|
|
||||||
python3-pip \
|
|
||||||
python3-venv \
|
|
||||||
pkg-config \
|
pkg-config \
|
||||||
build-essential \
|
build-essential \
|
||||||
default-libmysqlclient-dev
|
default-libmysqlclient-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user