From 930375583907267cce21718575a968e1475839b5 Mon Sep 17 00:00:00 2001 From: Jack Brown Date: Mon, 6 Jan 2025 10:12:39 -0500 Subject: [PATCH] comma in action --- .github/actions/setup-venv/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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