From b2cc3c463aef4c60fc860c053e6eec8a34f146b6 Mon Sep 17 00:00:00 2001 From: Chad Retz Date: Fri, 24 Mar 2023 14:34:41 -0500 Subject: [PATCH] Set Poetry version to 1.4.0 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f964a34..fae3c740 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,9 @@ jobs: - uses: actions/setup-python@v1 with: python-version: ${{ matrix.python }} - - run: python -m pip install --upgrade wheel poetry poethepoet + # Using fixed Poetry version until + # https://github.com/python-poetry/poetry/pull/7694 is fixed + - run: python -m pip install --upgrade wheel "poetry==1.4.0" poethepoet - run: poetry install --with pydantic - run: poe lint - run: poe test -s -o log_cli_level=DEBUG