From 90a422d991bc94e67c58b2f1b5c43689b80bf8ff Mon Sep 17 00:00:00 2001 From: Barry57 <160387047+Barry57@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:06:55 +0800 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a465017..b8e8a20 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,5 +40,6 @@ jobs: pip install . - name: Test run: | - python -m pip install pytest - pytest pytest/ + cd pytest + python test_func_ge.py +