Skip to content

Commit

Permalink
build(Poetry): add required property: shell
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Jan 4, 2025
1 parent 7f87b22 commit 71cb5cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/project-environment-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ description: Setup project environment
runs:
using: "composite"
steps:
- name: Install poetry
- name: Install Poetry
shell: bash
run: pipx install poetry==1.8.5
# The actions/cache step below uses this id to get the exact python version
- id: setup-python
Expand Down

0 comments on commit 71cb5cc

Please sign in to comment.