Skip to content

Commit

Permalink
Update linux-CI-nightly.yml
Browse files Browse the repository at this point in the history
Signed-off-by: xiaowuhu <[email protected]>
  • Loading branch information
xiaowuhu committed Mar 5, 2024
1 parent ef047e6 commit 21af257
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .azure-pipelines/linux-CI-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,8 @@ jobs:
sudo install -d -m 0777 /home/vsts/.conda/envs
displayName: Fix Conda permissions
- task: CondaEnvironment@1
inputs:
createCustomEnvironment: true
environmentName: 'py$(python.version)'
packageSpecs: 'python=$(python.version)'
- script: conda create --yes --quiet --name 'py$(python.version)'
displayName: Create Anaconda environment

- script: |
conda config --set always_yes yes --set changeps1 no
Expand Down

0 comments on commit 21af257

Please sign in to comment.