Skip to content

Commit

Permalink
Revert test-env-print changes and add group to coretest
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Dec 10, 2024
1 parent 297220f commit 1e3c3c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
3 changes: 3 additions & 0 deletions azure-coretest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ parameters:
pythons: []
platforms: []

variables:
- group: default-variables

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

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


stages:
Expand All @@ -16,17 +14,6 @@ stages:
displayName: Check code quality

jobs:
- job: test_var
displayName: Check for the test variable

pool:
vmImage: 'Ubuntu-latest'

steps:
- script: echo $TEST_VAR
displayName: Echo var


- job: flake8
displayName: Run all flake8 checks

Expand Down

0 comments on commit 1e3c3c6

Please sign in to comment.