fix: CI with Python setup
All checks were successful
CI / test (push) Successful in 2s

This commit is contained in:
2026-02-04 20:53:10 +00:00
parent 2e2cdfbab3
commit e85e6d306e

View File

@@ -7,6 +7,9 @@ jobs:
- name: Clone - name: Clone
run: | run: |
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git . git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git .
ls -la - name: Python
run: |
which python3 || (apt-get update && apt-get install -y python3 python3-pip git)
python3 --version
- name: Test - name: Test
run: echo "Clone successful" run: echo "Setup successful"