Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f5753 commit 977bbd7Copy full SHA for 977bbd7
1 file changed
azure-pipelines.yml
@@ -24,6 +24,11 @@ jobs:
24
pre_test:
25
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
26
displayName: Add conda to PATH
27
+ - powershell: |
28
+ Write-Host "##vso[task.prependpath]C:\Strawberry\perl\bin"
29
+ Write-Host "##vso[task.prependpath]C:\Strawberry\perl\site\bin"
30
+ Write-Host "##vso[task.prependpath]C:\Strawberry\c\bin"
31
+ displayName: Add strawberry perl to PATH
32
- template: job--python-tox.yml@asottile
33
parameters:
34
toxenvs: [py37]
0 commit comments