From 7eccf2e36b0bacfbd0e053579bc515cd59932eaf Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Mon, 22 Apr 2024 17:22:36 +0800 Subject: [PATCH] [wip] itest python fix --- .github/workflows/tests.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 43112e47..9a18feb4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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: