Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 8859f4f

Browse files
authored
MNT Fixes config in posix.yml (#55)
1 parent 59562f3 commit 8859f4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure/posix.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ jobs:
117117
SCIKIT_LEARN_NIGHTLY_UPLOAD_TOKEN: $(SCIKIT_LEARN_NIGHTLY_UPLOAD_TOKEN)
118118
SCIKIT_LEARN_STAGING_UPLOAD_TOKEN: $(SCIKIT_LEARN_STAGING_UPLOAD_TOKEN)
119119
120-
- bash: echo "##vso[task.prependpath]$CONDA/Scripts"
120+
- bash: |
121+
echo "##vso[task.prependpath]$CONDA/bin"
122+
sudo chown -R $USER $CONDA
121123
displayName: Add conda to PATH
122124
condition: and(succeeded(), eq(variables['SKIP_BUILD'], 'false'), ne(variables['Build.Reason'], 'PullRequest'), variables['TOKEN'])
123125

0 commit comments

Comments
 (0)