diff options
author | 2020-03-05 17:29:33 +0100 | |
---|---|---|
committer | 2020-03-05 17:29:33 +0100 | |
commit | dc86d6714163f3d4006f71fcc7839dd6e24aa6ee (patch) | |
tree | a9552770300d48713443bded98b866fd5ed0d951 | |
parent | Merge pull request #368 from python-discord/feat/deps/355/pep8-naming (diff) | |
parent | CI: name the use Python version task (diff) |
Merge pull request #370 from python-discord/feat/deps/355/pep8-naming
Name the use Python version task
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d44683ce..d56261a6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,6 +20,7 @@ jobs: steps: - task: UsePythonVersion@0 displayName: 'Set Python version' + name: PythonVersion inputs: versionSpec: '3.7.x' addToPath: true |