Skip to content

Commit

Permalink
update poetry installation
Browse files Browse the repository at this point in the history
  • Loading branch information
amineHY committed Mar 2, 2024
1 parent 38eeb68 commit 53a396b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

- name: Install Poetry
run: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
source $HOME/.poetry/env
curl -sSL https://install.python-poetry.org | python3 -
source $HOME/.poetry/env
- name: Install project dependencies
run: poetry install
Expand Down

0 comments on commit 53a396b

Please sign in to comment.