Skip to content

Commit

Permalink
Move variable def back to the main YAML
Browse files Browse the repository at this point in the history
Did _not_ like it inside the coretest template
  • Loading branch information
bskinn committed Dec 10, 2024
1 parent 1e3c3c6 commit 4921eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions azure-coretest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ parameters:
pythons: []
platforms: []

variables:
- group: default-variables

jobs:
- ${{ each python in parameters.pythons }}:
- ${{ each platform in parameters.platforms }}:
Expand Down
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ pr:
- stable

variables:
pip_cache_dir: $(Pipeline.Workspace)/.pip
- group: default-variables
- name: pip_cache_dir
value: $(Pipeline.Workspace)/.pip


stages:
Expand Down

0 comments on commit 4921eda

Please sign in to comment.