Update .gitea/workflows/test.yml
Some checks failed
Flask CI/CD Pipeline / format-and-auto-fix (push) Failing after 6s
Flask CI/CD Pipeline / test-and-verify (push) Has been skipped
Flask CI/CD Pipeline / build-scan-and-push-image (push) Has been skipped
Flask CI/CD Pipeline / deploy-updated-container (push) Has been skipped

This commit is contained in:
2026-04-15 20:51:06 +00:00
parent cfa75b18ab
commit 191e555e8d

View File

@@ -16,6 +16,13 @@ jobs:
with:
fetch-depth: 0
- name: Inspect environment
run: |
uname -a
cat /etc/os-release || true
which python || true
python --version || true
- name: Set up Python
uses: actions/setup-python@v5
with: