Skip to content

Commit

Permalink
Update abatilo/actions-poetry action to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 8191190 commit 767082e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y pandoc
- name: Run poetry image
uses: abatilo/[email protected].1
uses: abatilo/[email protected].2
with:
poetry-version: ${{ vars.POETRY_VERSION }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run poetry image
uses: abatilo/[email protected].1
uses: abatilo/[email protected].2
with:
poetry-version: ${{ vars.POETRY_VERSION }}
- name: Publish to PyPI and build before
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run poetry image
uses: abatilo/[email protected].1
uses: abatilo/[email protected].2
with:
poetry-version: ${{ vars.POETRY_VERSION }}
- name: Install dependencies
Expand All @@ -58,7 +58,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run poetry image
uses: abatilo/[email protected].1
uses: abatilo/[email protected].2
with:
poetry-version: ${{ vars.POETRY_VERSION }}
- name: Install dependencies
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
with:
python-version: ${{ vars.PYTHON_VERSION}}
- name: Run poetry image
uses: abatilo/[email protected].1
uses: abatilo/[email protected].2
with:
poetry-version: ${{ vars.POETRY_VERSION }}
- name: Install dependencies
Expand Down

0 comments on commit 767082e

Please sign in to comment.