Skip to content

Commit

Permalink
Fix mip command.
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster committed Sep 16, 2024
1 parent b331c8d commit dcc8aa7
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 @@ -18,6 +18,6 @@ jobs:
- name: Install MicroPython
uses: BrianPugh/install-micropython@v2
- name: Install Micropython dependencies
run: micropython -m mip unittest
run: micropython -m mip install unittest
- name: Run tests
run: python -m ci.test

0 comments on commit dcc8aa7

Please sign in to comment.