Skip to content

Commit e4f21ad

Browse files
committed
ci: Update python version for ESP8266
1 parent 84b0d7b commit e4f21ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ jobs:
2929
if: matrix.target-hardware == 'esp8266'
3030
run: |
3131
sudo apt update
32-
sudo apt install -y gcc git wget make libncurses-dev flex bison python python-setuptools python3-serial ninja-build
32+
sudo apt install -y gcc git wget make libncurses-dev flex bison python-is-python3 python3-setuptools python3-pip python3-serial ninja-build
3333
wget https://dl.espressif.com/dl/xtensa-lx106-elf-linux64-1.22.0-100-ge567ec7-5.2.0.tar.gz
34-
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
35-
python get-pip.py
3634
3735
- name: install
3836
if: matrix.target-hardware == 'esp8266'

0 commit comments

Comments
 (0)