diff --git a/.github/actions/setup-venv/action.yml b/.github/actions/setup-venv/action.yml index c9a006b6..94c2c98b 100644 --- a/.github/actions/setup-venv/action.yml +++ b/.github/actions/setup-venv/action.yml @@ -17,5 +17,5 @@ runs: shell: bash run: | python3 -m venv .venv - .venv/bin/pip install "poetry>=1.8.2<2" + .venv/bin/pip install "poetry>=1.8.2,<2" .venv/bin/poetry install --with dev --no-root