[wip] itest python fix

This commit is contained in:
Roy Crihfield 2024-04-22 17:22:36 +08:00
parent 3019384c0d
commit 7eccf2e36b

View File

@ -35,6 +35,11 @@ jobs:
name: Run integration tests
runs-on: ubuntu-latest
steps:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: 3.11.9
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
@ -49,10 +54,6 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive
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: