Skip to content

Commit

Permalink
Updated github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilRaikar17 committed Aug 4, 2024
1 parent 67dfc52 commit d21b4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
run: ls -R

- name: Install dependencies
working-directory: e-invoice/e_invoice
working-directory: e_invoice
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Flask app
working-directory: e-invoice/e_invoice
working-directory: e_invoice
run: |
nohup flask run & # Start Flask application in the background
Expand Down

0 comments on commit d21b4ad

Please sign in to comment.