From 7c86abb5a4d0392b40a95aba9aed25852432f140 Mon Sep 17 00:00:00 2001 From: Mikhail Yohman Date: Mon, 27 Jan 2025 13:12:05 -0700 Subject: [PATCH] ci.yml: Set --python on pipx install of Poetry. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17b58efd..f9057e85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: "Setup environment" run: | - pipx install poetry==1.8.5 + pipx install poetry==1.8.5 --python python${{ matrix.python-version }} poetry config virtualenvs.create true --local pip install invoke toml codecov - name: "Install Package"