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 993e10c commit 2e75ed4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
- name: Install python dependencies
run: |
echo "/github/home/.local/bin" >> $GITHUB_PATH
python3 -m pip install pipx
pipx install poetry
curl -sSL https://install.python-poetry.org | python3 -
poetry env use ${{ matrix.python-version }}
poetry install --with dev
Expand Down

0 comments on commit 2e75ed4

Please sign in to comment.