From a290c067648b635feaf31564fb0eeb7f826b61de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E9=A3=9E?= Date: Thu, 14 Sep 2023 14:55:38 +0800 Subject: [PATCH] action error --- .github/workflows/tests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fee8d00..d618f50 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,16 +18,13 @@ jobs: run: | pip install --upgrade pip pip install -r requirements.txt - # pip install pytest-cover - - name: Install this - run: pip install . - - name: Run tests and collect coverage - run: | + pip install . python examples/example_bit.py python examples/example_img.py python examples/example_no_writing.py python examples/example_str.py python examples/example_str_multi.py + # pytest --cov . # - name: Upload coverage reports to Codecov with GitHub Action # uses: codecov/codecov-action@v3