From 2b5829928dd4bd2073f204994b7c223a72a54f5a Mon Sep 17 00:00:00 2001 From: Duan Juanyong Date: Fri, 7 Jun 2024 20:12:44 +0800 Subject: [PATCH] fix dep version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 682b791..e054f7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: run the test script working-directory: tests run: | - pip install pytest setuptools-65.5.0 + pip install pytest setuptools=65.5.0 pytest test_demo.py python uvad_test.py