Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta@microsoft committed Jan 2, 2025
1 parent ab0bd2b commit 6881182
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/python_eol/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
echo "Python versions: $PYTHON_VERSIONS_JSON"
echo "##vso[task.setvariable variable=PYTHON_VERSIONS;isOutput=true]$PYTHON_VERSIONS_JSON"
name: "psJob"
- job: "ExecuteTests"
dependsOn: SelectPythonVersions
timeoutInMinutes: 15

variables:
var: $[ dependencies.SelectPythonVersions.outputs['psJob.PYTHON_VERSIONS'] ]

bash: |
echo "Python versions: $var"
#
# - job: "ExecuteTests"
# dependsOn: SelectPythonVersions
# timeoutInMinutes: 15
#
# variables:
# var: $[ dependencies.SelectPythonVersions.outputs['psJob.PYTHON_VERSIONS'] ]
#
# bash: |
# echo "Python versions: $var"



Expand Down

0 comments on commit 6881182

Please sign in to comment.