From 8d84694eb5d2b3d469412ff2e1181207539f2f0f Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Fri, 9 Aug 2024 16:25:32 +0100 Subject: [PATCH] dfg --- .github/actions/setup/action.yaml | 6 +++--- .github/workflows/test.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 02faa36659..4f37e68506 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -7,9 +7,9 @@ runs: - name: Setup Node uses: ./.github/actions/setup-node - - uses: actions/setup-python@v5 - with: - python-version: '3.12' + # - uses: actions/setup-python@v5 + # with: + # python-version: '3.12' - name: Install packages shell: bash diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e90f8bedf0..8d19995580 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ on: jobs: unit-test: - container: registry.suse.com/bci/nodejs:20 + container: registry.suse.com/bci/python:3.12 runs-on: org-${{ github.repository_owner_id }}-amd64-k8s steps: - uses: actions/checkout@v3 @@ -26,7 +26,7 @@ jobs: - name: Run tests run: yarn test lint: - container: registry.suse.com/bci/nodejs:20 + container: registry.suse.com/bci/python:3.12 runs-on: org-${{ github.repository_owner_id }}-amd64-k8s steps: - uses: actions/checkout@v3