Skip to content

Commit

Permalink
ci: fix missing shell property in python action
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jul 7, 2024
1 parent b8d699f commit 09adf0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/publish-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ runs:
python-version: "3.10"

- name: Install Poetry
shell: bash
run: pip install --no-input poetry

- name: Publish dry run
Expand Down

0 comments on commit 09adf0d

Please sign in to comment.