Skip to content

Commit 56875be

Browse files
Let actions recalculate poetry.lock
1 parent e06f382 commit 56875be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
run: |
4545
sudo apt-get update
4646
sudo apt-get install ffmpeg -y
47+
rm -f poetry.lock # Need to be sure we have the last poetry.lock file
48+
poetry lock
4749
poetry install --no-interaction --no-root # Installs dependencies from `poetry.lock`
4850
4951
- name: Set Env variables

0 commit comments

Comments
 (0)