mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-04-19 22:39:11 +00:00
move from apt-get to pip
This commit is contained in:
@@ -37,7 +37,6 @@ jobs:
|
||||
name: msccl-ci
|
||||
container:
|
||||
image: $(containerImage)
|
||||
options: '--user 0:0'
|
||||
|
||||
steps:
|
||||
- template: templates/sglang-test.yaml
|
||||
|
||||
@@ -29,12 +29,10 @@ steps:
|
||||
inputs:
|
||||
targetType: inline
|
||||
script: |
|
||||
echo "apt update..."
|
||||
apt-get update -y
|
||||
echo "installing pssh..."
|
||||
apt-get install -y pssh
|
||||
pip install pssh
|
||||
echo "installing Azure CLI..."
|
||||
curl -sL https://aka.ms/InstallAzureCLIDeb | bash
|
||||
pip install azure-cli
|
||||
|
||||
- task: DownloadSecureFile@1
|
||||
name: SshKeyFile
|
||||
|
||||
Reference in New Issue
Block a user