From 4e1512ee17ba8cae60ab1ea4a095bc0fd5bd8826 Mon Sep 17 00:00:00 2001 From: guofei9987 Date: Thu, 14 Sep 2023 15:53:59 +0800 Subject: [PATCH] action for tests --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6c50824..b12d97b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,6 +21,8 @@ jobs: # pip install pytest-cover - name: Run tests and collect coverage run: | + python -c "import sys;print(sys.version)" + python -c "import sys;print(sys.path)" python -m pip install . python examples/example_bit.py python examples/example_img.py