Skip to content

Commit

Permalink
add shell
Browse files Browse the repository at this point in the history
  • Loading branch information
victory-sokolov committed Jul 9, 2024
1 parent 7d0204b commit cd49f03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/install-deps/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ runs:
cache: 'pip'

- name: Install poetry
shell: sh
run: |
pip install poetry==1.8.3
Expand All @@ -20,5 +21,6 @@ runs:
key: ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock') }}

- name: Install dependencies
shell: sh
run: |
poetry install --no-interaction

0 comments on commit cd49f03

Please sign in to comment.