diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7d5c63..48b9a4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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