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 be69ac9 commit 46bba8c
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 $(grep -ivE "pandas==0.25.3" -r requirements.txt); fi
if [ -f requirements.txt ]; then cat -r requirements.txt | xargs -n 1 pip install; fi
pip install simba-uw-tf-dev --no-deps
# - name: Install ffmpeg
# id: setup-ffmpeg
Expand Down

0 comments on commit 46bba8c

Please sign in to comment.