Skip to content

Commit 0f68e00

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ 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-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
34+
curl https://bootstrap.pypa.io/pip/3.4/get-pip.py -o get-pip.py
3535
python get-pip.py
3636
3737
- name: install

0 commit comments

Comments
 (0)