From 3f190809af035f1a7ccb869bda12b98f9323292d Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Tue, 19 Mar 2024 11:33:17 +0100 Subject: [PATCH] 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