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
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:
@@ -16,6 +16,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Inspect environment
|
||||||
|
run: |
|
||||||
|
uname -a
|
||||||
|
cat /etc/os-release || true
|
||||||
|
which python || true
|
||||||
|
python --version || true
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user