Skip to content

Commit ca0451c

Browse files
committed
Added pytest requirement
1 parent 7335dce commit ca0451c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/staging-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m venv .venv
37+
.venv/bin/pip install pytest
3738
.venv/bin/pip install -r app/requirements.txt
3839
3940
# TODO: add linting / black / flake8

0 commit comments

Comments
 (0)