Skip to content

Commit

Permalink
ymlfix
Browse files Browse the repository at this point in the history
  • Loading branch information
osama-shawir committed Dec 10, 2023
1 parent e51fd7b commit f303d6a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
working-directory: src
- name: Run app
run: python app.py
working-directory: src
Expand Down

0 comments on commit f303d6a

Please sign in to comment.