Skip to content

Commit

Permalink
[Build] Fix build error because of removed python package since 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tonhuisman committed May 18, 2024
1 parent b8eb163 commit d2dc7ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Dependencies
run: |
sudo apt-get update
sudo apt install binutils build-essential libffi-dev libgit2-dev setuptools
sudo apt install binutils build-essential libffi-dev libgit2-dev
pip3 install --upgrade pip
pip install wheel
pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
key: ${{ runner.os }}-esp8266-${{ hashFiles('platformio*.ini') }}
- name: Dependencies
run: |
sudo apt install binutils build-essential libffi-dev libgit2-dev setuptools
sudo apt install binutils build-essential libffi-dev libgit2-dev
pip install -r requirements.txt
platformio update
- name: Build and archive
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
platformio>=6.1.9
pygit2>=1.10.1
pygit2>=1.10.1
setuptools

0 comments on commit d2dc7ec

Please sign in to comment.