This commit is contained in:
2026-03-20 04:06:29 +03:30
parent ef45ef434a
commit 90d28d87f5
+1 -4
View File
@@ -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