@@ -6,12 +6,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/man-card.git
|
||||||
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/man-card.git
|
|
||||||
ls -la
|
|
||||||
|
|
||||||
- name: Check Python
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
which python3
|
pip install click fpdf2 Pillow rich pytest
|
||||||
python3 --version
|
pip list | grep -E "(click|fpdf|Pillow|pytest)"
|
||||||
python3 -c "print('Hello')"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user