Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
update requirements; install in develop mode
  • Loading branch information
josh-hadley committed Jan 22, 2024
1 parent 5506655 commit ad259c9
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 @@ -26,8 +26,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov
pip install flake8 pytest pytest-cov defcon
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -e .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit ad259c9

Please sign in to comment.