We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7335dce commit ca0451cCopy full SHA for ca0451c
1 file changed
.github/workflows/staging-deploy.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: Install dependencies
35
run: |
36
python -m venv .venv
37
+ .venv/bin/pip install pytest
38
.venv/bin/pip install -r app/requirements.txt
39
40
# TODO: add linting / black / flake8
0 commit comments