mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
Fix azure pipeline (ht Gene).
This commit is contained in:
committed by
Gene Hoffman
parent
6cae9625f6
commit
95d6030876
@@ -22,6 +22,11 @@ variables:
|
||||
- group: Apple-Notarize-Variables
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Azure Pipelines YAML file was found
|
||||
submodules: recursive
|
||||
fetchDepth: 0
|
||||
displayName: "Checkout code"
|
||||
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: "$(python.version)"
|
||||
|
||||
Reference in New Issue
Block a user