From 43d379e71777e5a453acbf2c0ecbd0c72415f96e Mon Sep 17 00:00:00 2001 From: guofei9987 Date: Thu, 14 Sep 2023 15:46:34 +0800 Subject: [PATCH] action for tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cbec2aa..6c50824 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: # pip install pytest-cover - name: Run tests and collect coverage run: | - pip install . + python -m pip install . python examples/example_bit.py python examples/example_img.py python examples/example_no_writing.py