fix: ModuleNotFoundError: No module named 'pkg_resources':

This commit is contained in:
helgeerbe 2023-11-15 14:07:27 +01:00
parent 28f46471bf
commit 6f7470feb4

View File

@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: "3.x" python-version: "3.9"
- name: Install PlatformIO - name: Install PlatformIO
run: | run: |
@ -77,7 +77,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.x" python-version: "3.9"
- name: Install PlatformIO - name: Install PlatformIO
run: | run: |