Skip to content

Commit

Permalink
Fix: build action fails due to ModuleNotFoundError: No module named '…
Browse files Browse the repository at this point in the history
…pkg_resources':

Fix #1500
  • Loading branch information
tbnobody committed Nov 15, 2023
1 parent fa7641f commit bd26d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
pip install --upgrade platformio setuptools
- name: Setup Node.js and yarn
uses: actions/setup-node@v3
Expand Down

0 comments on commit bd26d09

Please sign in to comment.