From 0e625a3b5c1780532e8e091bfd670abce185cf9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Thu, 23 Jan 2020 10:44:02 +0100 Subject: [PATCH] Disable python 3.9 tests once more --- .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 8f9ca18..66062e6 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -15,7 +15,7 @@ jobs: - '' # use the default of the DOCKERFILE - python:3.7-alpine - python:3.8-alpine - - python:3.9-rc-alpine + # - python:3.9-rc-alpine # disable until Netbox's unit tests work fail-fast: false runs-on: ubuntu-latest name: Builds new Netbox Docker Images