Making changes to the workflows

This commit is contained in:
2025-10-09 22:16:12 -07:00
parent 1b78f5b821
commit 9ac06040a2
5 changed files with 11 additions and 14 deletions

View File

@@ -27,8 +27,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install -e .
python -m pip install --group dev
python -m pip install .
- name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v2
- name: Test with pytest