diff options
| author | 2024-01-17 16:36:45 +0800 | |
|---|---|---|
| committer | 2024-01-17 16:36:45 +0800 | |
| commit | c91e570d4f28eeb0a352f5f27b9611377b66da1c (patch) | |
| tree | 34ac328c0c3e683545ac5c2148df0736701b1ef8 /.github/workflows | |
| parent | 89029672d27d7150fde35d2df50b316aeee31d89 (diff) | |
| download | ipm-c91e570d4f28eeb0a352f5f27b9611377b66da1c.tar.gz ipm-c91e570d4f28eeb0a352f5f27b9611377b66da1c.zip | |
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 5 |
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 |
