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