Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Soren2024 committed Feb 10, 2024
1 parent 4df0661 commit f2dd0f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pyflakes
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test script
run: |
cd ./src
python -m main.py
pyflakes main.py

0 comments on commit f2dd0f5

Please sign in to comment.