Skip to content

Commit

Permalink
Update self.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena authored Aug 5, 2024
1 parent 2e75ed4 commit 23da93a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Install python dependencies
run: |
curl -sSL https://install.python-poetry.org | python3 -
python3 -m pip install pipx
pipx install poetry
poetry env use ${{ matrix.python-version }}
poetry install --with dev
Expand Down

0 comments on commit 23da93a

Please sign in to comment.