Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 977bbd7

Browse files
committed
put strawberry perl on the beginning of the PATH for windows
1 parent 44f5753 commit 977bbd7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
pre_test:
2525
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
2626
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
2732
- template: job--python-tox.yml@asottile
2833
parameters:
2934
toxenvs: [py37]

0 commit comments

Comments
 (0)