summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorThomas O'Donnell <andytom@users.noreply.github.com>2020-07-07 14:31:02 +0200
committerGitHub <noreply@github.com>2020-07-07 14:31:02 +0200
commit3cc7a6d6ac62ae21daf12ab203965626b8254871 (patch)
tree875bad8c1cb9e277a68bb832261850d96f92c429 /.github
parent13597faef3fcc60ae7815406608cb7e52a2db17c (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml5
1 files changed, 0 insertions, 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: