Skip to content

Commit

Permalink
ci: ensure correctness of downstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abn authored and radoering committed May 26, 2022
1 parent 6b45d6c commit 0325b43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
- name: Update poetry-core version
working-directory: ./poetry
run: |
poetry add ../poetry-core
# workaround 1.1.13 bug not respecting direct origin dep changes
poetry run pip uninstall -y poetry-core
poetry add --lock ../poetry-core
git diff
- name: Install poetry (downstream)
Expand Down

0 comments on commit 0325b43

Please sign in to comment.