Tweaking workflow to install dependencies

This commit is contained in:
Jamie Hardt
2023-02-26 11:08:19 -08:00
parent 8772d3eb78
commit f268feff40

View File

@@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install -e .
- name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v2
- name: Lint with flake8