Skip to content

Commit

Permalink
🔨 chore: Update dependencies for python_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Nov 14, 2023
1 parent d1a46b5 commit 4a8ce13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
architecture: "x64"
- name: Install dependencies
run: |
pip install -r subtitle_utils/requirements.txt
pip install poetry==1.6.1
poetry install --all-extras --no-root
python -m pip install pytest
- name: Run tests
Expand Down

0 comments on commit 4a8ce13

Please sign in to comment.