Skip to content

Commit

Permalink
add shell
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Jan 25, 2024
1 parent f896c66 commit 2df8734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/python_prepare/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ runs:
with:
python-version: 3.9
- name: Install Poetry
shell: bash
run: curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
shell: bash
run: poetry install

0 comments on commit 2df8734

Please sign in to comment.