aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-01-17 16:36:45 +0800
committer简律纯 <i@jyunko.cn>2024-01-17 16:36:45 +0800
commitc91e570d4f28eeb0a352f5f27b9611377b66da1c (patch)
tree34ac328c0c3e683545ac5c2148df0736701b1ef8 /.github
parent89029672d27d7150fde35d2df50b316aeee31d89 (diff)
downloadipm-c91e570d4f28eeb0a352f5f27b9611377b66da1c.tar.gz
ipm-c91e570d4f28eeb0a352f5f27b9611377b66da1c.zip
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml5
1 files changed, 3 insertions, 2 deletions
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