From 3cc7a6d6ac62ae21daf12ab203965626b8254871 Mon Sep 17 00:00:00 2001 From: Thomas O'Donnell Date: Tue, 7 Jul 2020 14:31:02 +0200 Subject: [PATCH] Use the default version of python in CI (#1449) This removes the hard requirement for a particular version of python in the CI, and just uses the default version. Since #1297 was merged we have not depended on the version of python that is installed. This should stop us from having to update the version of python when the github action updates the available versions. --- .github/workflows/workflow.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b8b0f7e7f..6fb2081de 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -124,11 +124,6 @@ jobs: toolchain: stable override: true - # Install Python at a fixed version - - uses: actions/setup-python@v1 - with: - python-version: "3.7.7" - # Install dotnet at a fixed version - uses: actions/setup-dotnet@v1 with: