Skip to content

Commit

Permalink
fixed poetry action
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanehachcham committed Oct 21, 2023
1 parent f8382b3 commit c457f68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
uses: snok/install-poetry@v1
- name: Install dependencies
run: |
poetry install
Expand Down

0 comments on commit c457f68

Please sign in to comment.