This commit is contained in:
@@ -14,14 +14,14 @@ jobs:
|
||||
- name: Checkout
|
||||
run: |
|
||||
apt update -y
|
||||
apt install -y git
|
||||
apt install -y --no-install-recommends git
|
||||
git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
|
||||
git checkout ${{ gitea.ref_name }}
|
||||
|
||||
- name: Install deps
|
||||
run: |
|
||||
python3 -m venv .venv
|
||||
. .venv/bin/activate
|
||||
python -m venv venv
|
||||
. venv/bin/activate
|
||||
python -m pip install --upgrade pip setuptools wheel
|
||||
pip install -r requirements.txt
|
||||
pip list
|
||||
|
||||
@@ -7,4 +7,4 @@ dbfread==2.0.7
|
||||
openpyxl==3.1.5
|
||||
xlsxwriter==3.2.2
|
||||
PyOpenGL==3.1.9
|
||||
PyOpenGL_accelerate==3.1.9
|
||||
#PyOpenGL_accelerate==3.1.9
|
||||
|
||||
Reference in New Issue
Block a user