Skip to content

Commit

Permalink
CI: Update apt package list before Python install
Browse files Browse the repository at this point in the history
Closes #18613.
  • Loading branch information
charris committed Mar 15, 2021
1 parent 26c87b0 commit 2f5e65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ stages:
vmImage: 'ubuntu-18.04'
steps:
- script: |
sudo apt update
sudo apt install python3.7
sudo apt install python3.7-dev
if ! `gcc-4.8 2>/dev/null`; then
Expand Down

0 comments on commit 2f5e65c

Please sign in to comment.