Skip to content

Commit e99b986

Browse files
authored
Set Poetry version to 1.4.0 (temporalio#64)
1 parent f5d9380 commit e99b986

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
- uses: actions/setup-python@v1
2525
with:
2626
python-version: ${{ matrix.python }}
27-
- run: python -m pip install --upgrade wheel poetry poethepoet
27+
# Using fixed Poetry version until
28+
# https://github.com/python-poetry/poetry/pull/7694 is fixed
29+
- run: python -m pip install --upgrade wheel "poetry==1.4.0" poethepoet
2830
- run: poetry install --with pydantic
2931
- run: poe lint
3032
- run: poe test -s -o log_cli_level=DEBUG

0 commit comments

Comments
 (0)