Skip to content

Commit b2a63dd

Browse files
committed
ci: Force update dependencies to get latest of each
1 parent d251bee commit b2a63dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: |
4343
pip install poetry
4444
poetry install -vvv || { rm -rf .venv; poetry install -vvv; }
45+
poetry update
4546
4647
- name: Check if the documentation builds correctly
4748
run: poetry run duty check-docs
@@ -85,6 +86,7 @@ jobs:
8586
run: |
8687
pip install poetry
8788
poetry install -vvv || { rm -rf .venv; poetry install -vvv; }
89+
poetry update
8890
8991
- name: Run the test suite
9092
run: poetry run duty test

0 commit comments

Comments
 (0)