Skip to content

Commit

Permalink
Update pythonapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyWiggins authored Oct 10, 2024
1 parent cb8e883 commit dc13db9
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 @@ -25,7 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install pip-tools
if [ -f requirements.txt ]; then pip-sync requirements.txt dev-requirements.txt; fi
sudo apt-get install -y build-essential dcmtk inetutils-ping libqt5core5a
sudo apt-get install -y build-essential dcmtk inetutils-ping libqt5core5a redis
pip install flake8 pytest pytest-asyncio
- name: Lint with flake8
run: |
Expand Down

0 comments on commit dc13db9

Please sign in to comment.