From 32cef1dcf8495f7460f12b3a67ae889e5dde7e4c Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Tue, 1 Sep 2020 13:52:01 +0200 Subject: [PATCH] Enable test on Python 3.9 --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index da397de..243aa68 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -20,7 +20,7 @@ jobs: docker_from: - '' # use the default of the build script - python:3.8-alpine - # - python:3.9-rc-alpine # disable until Netbox's unit tests work + - python:3.9-rc-alpine fail-fast: false runs-on: ubuntu-latest name: Builds new Netbox Docker Images