diff options
author | 2020-03-05 07:49:35 -0800 | |
---|---|---|
committer | 2020-03-05 07:54:53 -0800 | |
commit | 326e5d40152026feabb03d7ee37589bbdccc6ef3 (patch) | |
tree | a9552770300d48713443bded98b866fd5ed0d951 | |
parent | Merge pull request #368 from python-discord/feat/deps/355/pep8-naming (diff) |
CI: name the use Python version task
The name is needed to be able to retrieve its output variable.
-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 |