[CI] setup python in gitea environment
Some checks failed
Containers / timestamp (push) Successful in 1s
Containers / architectures (push) Failing after 1s
Containers / tags (push) Successful in 1s
Containers / release-trigger (push) Has been skipped
Containers / releases (push) Has been skipped
Containers / git-tag (push) Has been skipped
Containers / stable-release-trigger (push) Has been skipped
Containers / stable-releases (push) Has been skipped
Containers / stable-git-tag (push) Has been skipped
Containers / dev-generic (push) Failing after 8s
Containers / candidates (push) Has been skipped
Some checks failed
Containers / timestamp (push) Successful in 1s
Containers / architectures (push) Failing after 1s
Containers / tags (push) Successful in 1s
Containers / release-trigger (push) Has been skipped
Containers / releases (push) Has been skipped
Containers / git-tag (push) Has been skipped
Containers / stable-release-trigger (push) Has been skipped
Containers / stable-releases (push) Has been skipped
Containers / stable-git-tag (push) Has been skipped
Containers / dev-generic (push) Failing after 8s
Containers / candidates (push) Has been skipped
This commit is contained in:
parent
39f3c7b513
commit
cd66db04b5
@ -39,6 +39,11 @@ jobs:
|
||||
outputs:
|
||||
json: ${{ steps.import.outputs.json }}
|
||||
steps:
|
||||
- name: Setup python
|
||||
uses: actions/setup-python
|
||||
with:
|
||||
python-version: 3.11
|
||||
cache: pip
|
||||
- name: Install yaml2json
|
||||
run: pip3 install remarshal
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user