From d37bfc12788414956a472fc6e67f1736617d32e8 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Tue, 19 Mar 2024 10:42:01 +0100 Subject: [PATCH 1/3] ci: Tweak python --- .github/workflows/format-backend.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/format-backend.yaml b/.github/workflows/format-backend.yaml index 9d767fa5..4bf7c455 100644 --- a/.github/workflows/format-backend.yaml +++ b/.github/workflows/format-backend.yaml @@ -8,15 +8,19 @@ jobs: name: 'Format Backend' env: PUBLIC_API_BASE_URL: '' + RUNNER_TOOL_CACHE: /toolcache runs-on: ubuntu-latest strategy: matrix: node-version: - latest + python-version: [ '2.x', '3.x' ] steps: - uses: actions/checkout@v4 - name: Use Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} - name: Use Bun uses: oven-sh/setup-bun@v1 - name: Install dependencies From 3f190809af035f1a7ccb869bda12b98f9323292d Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Tue, 19 Mar 2024 11:33:17 +0100 Subject: [PATCH 2/3] ci: Tweak python --- .github/workflows/format-backend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-backend.yaml b/.github/workflows/format-backend.yaml index 4bf7c455..f2208e39 100644 --- a/.github/workflows/format-backend.yaml +++ b/.github/workflows/format-backend.yaml @@ -14,7 +14,7 @@ jobs: matrix: node-version: - latest - python-version: [ '2.x', '3.x' ] + python-version: [ '3.1i2.2' ] steps: - uses: actions/checkout@v4 - name: Use Python From 0c13b17a3d234338008e8ae9fa36cfebbb79e0b3 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Tue, 19 Mar 2024 12:10:42 +0100 Subject: [PATCH 3/3] ci: Tweak python --- .github/workflows/format-backend.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/format-backend.yaml b/.github/workflows/format-backend.yaml index 9d767fa5..001b684f 100644 --- a/.github/workflows/format-backend.yaml +++ b/.github/workflows/format-backend.yaml @@ -8,15 +8,19 @@ jobs: name: 'Format Backend' env: PUBLIC_API_BASE_URL: '' + RUNNER_TOOL_CACHE: /toolcache runs-on: ubuntu-latest strategy: matrix: node-version: - latest + python-version: [ '3.11.2' ] steps: - uses: actions/checkout@v4 - name: Use Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} - name: Use Bun uses: oven-sh/setup-bun@v1 - name: Install dependencies