We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3765a40 commit fac5d6aCopy full SHA for fac5d6a
.github/workflows/github-actions.yml
@@ -17,6 +17,7 @@ jobs:
17
pnpm pip install pytest pytest-playwright
18
pnpm pip install "fastapi[standard]"
19
pnpm pip install sqlmodel
20
+ pnpm pip install jinja2
21
- name: run tests
22
working-directory: my_project
23
run: |
0 commit comments