Skip to content

Commit

Permalink
Update self.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena authored and Elliott Kasoar committed Oct 9, 2024
1 parent 0fceaff commit 480e98b
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 480e98b

Please sign in to comment.