python 3.11
This commit is contained in:
parent
fd3c5ade62
commit
77e264eef5
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -60,10 +60,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global url."https://$TOKEN:@git.vdb.to/".insteadOf https://git.vdb.to/
|
git config --global url."https://$TOKEN:@git.vdb.to/".insteadOf https://git.vdb.to/
|
||||||
|
|
||||||
- name: Install jq, python
|
- name: Install jq
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
run: apt-get update && apt-get install -y jq python3-pip
|
run: apt-get update && apt-get install -y jq
|
||||||
|
- name: Install Python
|
||||||
|
uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.11'
|
||||||
- name: Install stack-orchestrator
|
- name: Install stack-orchestrator
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user