Skip to content

Commit f7a6048

Browse files
Adding variable group to the job config, to see if that makes them accessible
1 parent d6d5c66 commit f7a6048

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
pool:
2929
vmImage: ubuntu-16.04
3030
timeoutInMinutes: 90
31+
variables:
32+
- group: pandas
3133
steps:
3234
- script: |
3335
# XXX not sure why setting $PATH here does not work

0 commit comments

Comments
 (0)