We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3002d23 commit ac0e070Copy full SHA for ac0e070
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
cd CircuitPython_Community_Bundle
50
circuitpython-build-bundles --filename_prefix test-bundle --library_location libraries --library_depth 2
51
- name: Munge tests
52
- run: pytest
+ run: pytest tests
53
- name: Build Python package
54
run: |
55
pip install --upgrade setuptools wheel twine readme_renderer testresources
0 commit comments