From 458f483b3e04b8ea9b83b3c3cc3bac535fdcd389 Mon Sep 17 00:00:00 2001 From: ani Date: Wed, 6 Mar 2024 18:24:37 -0500 Subject: [PATCH] test precommit change --- .github/workflows/ci-pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pre-commit.yml b/.github/workflows/ci-pre-commit.yml index 838a5e325e..c85f65b937 100644 --- a/.github/workflows/ci-pre-commit.yml +++ b/.github/workflows/ci-pre-commit.yml @@ -30,7 +30,7 @@ jobs: - name: Install poetry run: | curl -O -sSL https://install.python-poetry.org/install-poetry.py - python install-poetry.py -y --version 1.1.12 + python${{ matrix.python-version }} install-poetry.py -y --version 1.1.12 echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV rm install-poetry.py - uses: actions/setup-python@v2