CI/CD
This commit is contained in:
@@ -82,11 +82,16 @@ jobs:
|
||||
pip3 config --user set global.index-url https://package-mirror.liara.ir/repository/pypi/simple
|
||||
pip3 config --user set global.extra-index-url https://mirror.cdn.ir/repository/pypi/simple
|
||||
pip3 config --user set global.trusted-host "package-mirror.liara.ir mirror.cdn.ir mirror2.chabokan.net"
|
||||
|
||||
- name: Show files
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
apt-get install -y \
|
||||
python3 \
|
||||
python3-pip \
|
||||
python3-venv \
|
||||
pkg-config \
|
||||
build-essential \
|
||||
default-libmysqlclient-dev pkg-config libmariadb-dev libmariadb-dev-compat
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip
|
||||
|
||||
Reference in New Issue
Block a user