Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizCampedelli authored Sep 5, 2024
1 parent 30daecb commit 79b4523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Deploy-to-EC2

on:
Expand All @@ -23,6 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install flake8 black # Ensure flake8 and black are installed
- id: run-code-quality-checks
run: |
Expand Down

0 comments on commit 79b4523

Please sign in to comment.