From 266bde3f1b5d45a20fe13d1ffef260c7bcf34a33 Mon Sep 17 00:00:00 2001 From: Ludovico Pavesi Date: Mon, 22 Apr 2024 20:04:50 +0200 Subject: [PATCH] Update CI, do not build container since it cannot push to the registry anymore --- .github/workflows/docker-image.yml | 2 +- .github/workflows/python-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c16af2d..5ad3966 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -11,7 +11,7 @@ jobs: build-and-push: runs-on: ubuntu-latest - if: github.repository_owner == 'WEEE-Open' + if: false # github.repository_owner == 'WEEE-Open' steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 3432a7a..c35f3d5 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.8', '3.9', '3.10' ] + python-version: [ '3.8', '3.9', '3.10', '3.11' ] steps: - uses: actions/checkout@v2