[wip] itest python fix
This commit is contained in:
parent
3019384c0d
commit
7eccf2e36b
9
.github/workflows/tests.yaml
vendored
9
.github/workflows/tests.yaml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user