Skip to content

Commit

Permalink
Install dependencies before running them (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
janza authored Apr 3, 2024
1 parent 9e1fa2d commit e8e203f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ jobs:
working-directory: packages/miro-api-python

- name: Publish to pypi
run: poetry run twine upload dist/*
run: |
poetry install
poetry run twine upload dist/*
working-directory: packages/miro-api-python

0 comments on commit e8e203f

Please sign in to comment.