From c91e570d4f28eeb0a352f5f27b9611377b66da1c Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 17 Jan 2024 16:36:45 +0800 Subject: --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 07ae015..0a6958f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,9 +25,10 @@ jobs: - name: install test deps run: | pdm install -dG test - pip install pytest + # pip install pytest - name: test api run: | cd tests - python -m test-api.py \ No newline at end of file + pdm venv activate in-project + pdm run test-api.py \ No newline at end of file -- cgit v1.2.3-70-g09d2