From 911488242f0eb6ad0eddcb350e83dd2dd8c20e61 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Mon, 26 Oct 2020 15:42:31 +0100 Subject: [PATCH] Use release version of Python 3.9 in tests --- .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 243aa68..50d17e9 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 + - python:3.9-alpine fail-fast: false runs-on: ubuntu-latest name: Builds new Netbox Docker Images