Skip to content

Commit 7335dce

Browse files
committed
Fixed path for requirements.txt
1 parent 851b19b commit 7335dce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/staging-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m venv .venv
37-
.venv/bin/pip install -r requirements.txt
37+
.venv/bin/pip install -r app/requirements.txt
3838
3939
# TODO: add linting / black / flake8
4040
# - name: Lint with flake8

0 commit comments

Comments
 (0)