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 bc4f4b5 commit 9c7c5d2Copy full SHA for 9c7c5d2
scripts/azp/linux.yml
@@ -10,7 +10,7 @@ jobs:
10
timeoutInMinutes: 60
11
steps:
12
- script: |
13
- sudo apt-get install python3-pip -y
+ sudo apt-get update -y; sudo apt-get install python3-pip -y
14
pip3 install numpy packaging cython
15
displayName: 'Dependencies'
16
0 commit comments