Skip to content

Commit

Permalink
ci: fix missing poetry install in downstream.yml workflow (python…
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted committed Nov 15, 2021
1 parent 0362ffb commit 948ee78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
working-directory: ./poetry
run: timeout 10s poetry run pip --version >/dev/null 2>&1 || rm -rf .venv

- name: Install dependencies
shell: bash
working-directory: ./poetry
run: poetry install

- name: Update poetry-core version
shell: bash
working-directory: ./poetry
Expand Down

0 comments on commit 948ee78

Please sign in to comment.