Skip to content

Commit

Permalink
Update master_bootstrap-flask-example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Oct 11, 2023
1 parent e23f30f commit 6eec9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_bootstrap-flask-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
source venv/bin/activate
- name: Install dependencies
run: pip install -r requirements.txt
run: pip install -r examples/requirements.txt

# Optional: Add step to run tests here (PyTest, Django test suites, etc.)

Expand All @@ -37,7 +37,7 @@ jobs:
with:
name: python-app
path: |
.
./examples/bootstrap5/
!venv/
deploy:
Expand Down

0 comments on commit 6eec9a1

Please sign in to comment.