Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
fix: back to gr1n
Browse files Browse the repository at this point in the history
  • Loading branch information
F4ever committed Oct 3, 2023
1 parent 44181d0 commit fe22803
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ jobs:
pip install wheel
pip install twine
- name: Setup poetry
run: |
curl -sSL https://install.python-poetry.org/ | python - && echo "$HOME/.poetry/bin" >> $GITHUB_PATH
env:
POETRY_VERSION: 1.4.2

- uses: Gr1N/setup-poetry@v8
- name: Install dependencies
run: |
poetry install
Expand Down

0 comments on commit fe22803

Please sign in to comment.