Skip to content

Commit

Permalink
Unpin *Poetry* version from 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jan 20, 2024
1 parent ef53a41 commit bce5eda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/continuous-integration-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
sudo tlmgr update --self
sudo tlmgr install latexmk
- name: Install Poetry
env:
POETRY_VERSION: 1.4.0
run: |
curl -sSL https://install.python-poetry.org | POETRY_HOME=$HOME/.poetry python3 -
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
env:
POETRY_VERSION: 1.4.0
run: |
curl -sSL https://install.python-poetry.org | POETRY_HOME=$HOME/.poetry python3 -
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit bce5eda

Please sign in to comment.