Skip to content

Commit

Permalink
Copy requirements file to app folder
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Oct 11, 2023
1 parent 6eec9a1 commit 1eb6d28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/master_bootstrap-flask-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
source venv/bin/activate
- name: Install dependencies
run: pip install -r examples/requirements.txt
run: |
pip install -r examples/requirements.txt
cp examples/requirements.txt examples/bootstrap5/requirements.txt
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)

Expand Down

0 comments on commit 1eb6d28

Please sign in to comment.