Skip to content

Commit

Permalink
Update CI, do not build container since it cannot push to the registr…
Browse files Browse the repository at this point in the history
…y anymore
  • Loading branch information
lvps committed Apr 22, 2024
1 parent 751af5e commit 266bde3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 266bde3

Please sign in to comment.