From bb2ac7bd717a3ee345f3ff4216221a813bb7b9d4 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Mon, 26 Oct 2020 16:47:38 +0100 Subject: [PATCH] Disable tests for Python 3.10-rc Some of the dependencies of Netbox can't be built with Python 3.10. --- .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 3d2c687..e1780b7 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -19,7 +19,7 @@ jobs: - ./build.sh develop docker_from: - '' # use the default of the build script - - python:3.10-rc-alpine + # - python:3.10-rc-alpine # disable until dependencies work fail-fast: false runs-on: ubuntu-latest name: Builds new Netbox Docker Images