python 3.11
Some checks failed
Unit and integration tests / Run integration tests (pull_request) Failing after 7m15s
Unit and integration tests / Run unit tests (pull_request) Successful in 15m49s

This commit is contained in:
Roy Crihfield 2023-09-21 03:30:51 +08:00
parent fd3c5ade62
commit 77e264eef5

View File

@ -60,10 +60,14 @@ jobs:
run: |
git config --global url."https://$TOKEN:@git.vdb.to/".insteadOf https://git.vdb.to/
- name: Install jq, python
- name: Install jq
env:
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
uses: actions/checkout@v3
with: