Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit ad3a315

Browse files
committed
Enable poetry-plugin-export in CI
Update poetry version
1 parent 17c0fb9 commit ad3a315

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343

4444
- name: Install Poetry
4545
uses: snok/install-poetry@v1
46+
with:
47+
version: 1.8.1
48+
plugins: poetry-plugin-export
4649

4750
- name: build-java
4851
run: ./gradlew ${{ env.GRADLE_SWITCHES }} build

rewrite/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ openrewrite-remote = "*"
1919
#openrewrite-remote = { path = "../../../moderneinc/rewrite-remote/python/rewrite-remote", develop = true }
2020

2121
[build-system]
22-
requires = ["poetry-core>=1.9.0", "poetry-plugin-export>=1.8.0"]
22+
requires = ["poetry-core>=1.0.0"]
2323
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)