Skip to content

Commit 50f5fd3

Browse files
radoeringneersighted
authored andcommitted
ci: force poetry-core update in downstream tests
1 parent 37cee90 commit 50f5fd3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ jobs:
5858

5959
- name: Install downstream dependencies
6060
working-directory: ./poetry
61-
run: poetry install
61+
run: |
62+
# force update of directory dependency in cached venv
63+
# (even if directory dependency with same version is already installed)
64+
poetry run pip uninstall -y poetry-core
65+
poetry install
6266
6367
# TODO: mark run as success even when this fails and add comment to PR instead
6468
- name: Run downstream test suite

0 commit comments

Comments
 (0)