8000 Install python deps and disable travis · flummer/circuitpython@6c023ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c023ad

Browse files
committed
Install python deps and disable travis
1 parent 179b5cb commit 6c023ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ jobs:
2626
displayName: 'Install ARM GCC'
2727
- bash: |
2828
sudo apt-get install gettext
29-
displayName: 'Install deps'
29+
displayName: 'Install native deps'
30+
- bash: |
31+
sudo apt-get install -y python3-pip
32+
pip3 install --user sh click
33+
displayName: 'Install python deps'
3034
- bash: |
3135
gcc --version
3236
arm-none-eabi-gcc --version
File renamed without changes.

0 commit comments

Comments
 (0)
0