Skip to content

Commit

Permalink
🔧 Fix tests.yml #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jejon authored Mar 5, 2024
1 parent 8413d2a commit 3e4d5ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
cache: true
- name: Install dependencies
run: |
apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
pip install -U .
pdm sync -d
- name: Test with pytest
Expand Down

0 comments on commit 3e4d5ae

Please sign in to comment.