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 5ae1f77 commit 0a57299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
architecture: "x64"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pip==21.2.2
pip install --upgrade setuptools
pip install flake8 pytest black pytest-cov
pip install pandas
if [ -f requirements.txt ]; then cat requirements.txt | xargs -n 1 pip install; fi
if [ -f requirements.txt ]; then pip install -r requirements; fi
pip install simba-uw-tf-dev --no-deps
# - name: Install ffmpeg
# id: setup-ffmpeg
Expand Down

0 comments on commit 0a57299

Please sign in to comment.