Skip to content

Commit

Permalink
don't accidentally run bundle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Jun 17, 2024
1 parent 3002d23 commit ac0e070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cd CircuitPython_Community_Bundle
circuitpython-build-bundles --filename_prefix test-bundle --library_location libraries --library_depth 2
- name: Munge tests
run: pytest
run: pytest tests
- name: Build Python package
run: |
pip install --upgrade setuptools wheel twine readme_renderer testresources
Expand Down

0 comments on commit ac0e070

Please sign in to comment.