aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f4c789f..f816148 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -17,12 +17,13 @@ jobs:
with:
python-version: "3.9"
- - name: set up pdm
+ - name: setup pdm
run: pip install pdm
- name: install test deps
run: |
pdm install -dG test
+ pip install pytest
- name: test api
run: |