Skip to content

Commit 9c7c5d2

Browse files
committed
apt-get update
1 parent bc4f4b5 commit 9c7c5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/azp/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeoutInMinutes: 60
1111
steps:
1212
- script: |
13-
sudo apt-get install python3-pip -y
13+
sudo apt-get update -y; sudo apt-get install python3-pip -y
1414
pip3 install numpy packaging cython
1515
displayName: 'Dependencies'
1616
- script: |

0 commit comments

Comments
 (0)