Skip to content

Commit

Permalink
Fix python dev env.
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster committed Sep 16, 2024
1 parent dcc8aa7 commit b7dbd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
python-version: '3.11'
- name: Install dependencies and local packages
run: python -m pip install mpremote
run: python -m pip install mpremote click
- name: Install MicroPython
uses: BrianPugh/install-micropython@v2
- name: Install Micropython dependencies
Expand Down

0 comments on commit b7dbd84

Please sign in to comment.