Fix: build action fails due to ModuleNotFoundError: No module named 'pkg_resources':

Fix #1500
This commit is contained in:
Thomas Basler 2023-11-15 16:36:46 +01:00
parent fa7641f715
commit bd26d09564

View File

@ -77,7 +77,7 @@ jobs:
- name: Install PlatformIO - name: Install PlatformIO
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install --upgrade platformio pip install --upgrade platformio setuptools
- name: Setup Node.js and yarn - name: Setup Node.js and yarn
uses: actions/setup-node@v3 uses: actions/setup-node@v3