Skip to content

Commit

Permalink
Update tests_py310.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson authored Oct 23, 2023
1 parent 0a57299 commit d15c573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pip install --upgrade setuptools
pip install flake8 pytest black pytest-cov
pip install pandas
if [ -f requirements.txt ]; then pip install -r requirements; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install simba-uw-tf-dev --no-deps
# - name: Install ffmpeg
# id: setup-ffmpeg
Expand Down

0 comments on commit d15c573

Please sign in to comment.