Skip to content

Commit

Permalink
Update pythonapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyWiggins authored Dec 5, 2024
1 parent 209a937 commit ebe0f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pip-tools
if [ -f requirements.txt ]; then pip-sync requirements.txt dev-requirements.txt; fi
pip-sync app/requirements.txt app/dev-requirements.txt
sudo apt-get install -y build-essential dcmtk inetutils-ping libqt5core5a redis
pip install flake8 pytest pytest-asyncio
- name: Lint with flake8
Expand Down

0 comments on commit ebe0f1a

Please sign in to comment.