Skip to content

Commit

Permalink
Make the tests more accurate
Browse files Browse the repository at this point in the history
Srsly, I have to stop committing so much
  • Loading branch information
Jacoblightning committed Jan 23, 2024
1 parent f162086 commit d4f394b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip wheel setuptools
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
sudo apt update && sudo apt install ffmpeg
sudo apt update
sudo apt install ffmpeg -y
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit d4f394b

Please sign in to comment.