Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelduranfrigola authored Dec 20, 2023
1 parent 155e0ee commit b71c54c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@ jobs:
mv _static_version.py ersilia/.
- name: Install Poetry
run: |
export POETRY_HOME=/opt/poetry
python3 -m venv $POETRY_HOME
$POETRY_HOME/bin/pip install poetry==1.2.0
echo "${POETRY_HOME}/bin" >> $GITHUB_PATH
poetry --version
echo "Poetry successfully installed"
uses: snok/install-poetry@v1

- name: Build and publish
env:
Expand Down

0 comments on commit b71c54c

Please sign in to comment.