From ac0e07025e87db3c58827bfeb19c8020a342c6e2 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Sun, 16 Jun 2024 21:37:59 -0500 Subject: [PATCH] don't accidentally run bundle tests --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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