Skip to content

Commit f6fa3ad

Browse files
committed
Do not inject Poetry dynamic versioning plugin into Poetry installation in CI
1 parent f28c3f5 commit f6fa3ad

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/actions/ci-setup/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ runs:
1717
- name: Set up Poetry ${{ inputs.poetry-version }}
1818
run: |
1919
pipx install 'poetry==${{ inputs.poetry-version }}'
20-
pipx inject poetry poetry-dynamic-versioning
2120
poetry config virtualenvs.in-project true
2221
shell: bash
2322
- name: Set up Python ${{ inputs.python-version }}

0 commit comments

Comments
 (0)