Skip to content

Commit

Permalink
fix: ModuleNotFoundError: No module named 'pkg_resources':
Browse files Browse the repository at this point in the history
  • Loading branch information
helgeerbe committed Nov 15, 2023
1 parent 28f4647 commit 6f7470f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.9"

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

- name: Install PlatformIO
run: |
Expand Down

0 comments on commit 6f7470f

Please sign in to comment.