Skip to content

Commit

Permalink
Fix path to requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Jan 11, 2024
1 parent b3699cc commit bd34158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_app/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
cd test_app
pip install --upgrade pip
pip install -r requirements/local.txt
pip install -r requirements.txt
- name: Run migrations
run: |
Expand Down

0 comments on commit bd34158

Please sign in to comment.