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

0 comments on commit be69ac9

Please sign in to comment.