From 6e82c47eb4cdc812b16c15aad8dd0eb4a55f74d4 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 6 Feb 2024 17:37:15 -0800 Subject: [PATCH] infra: poetry run min versions --- .github/workflows/_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index de130bfbcc23f..c05d92c156a42 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -183,7 +183,7 @@ jobs: - name: Get minimum versions id: check-version - run: echo "min-versions=$(python $GITHUB_WORKSPACE/.github/scripts/get_min_versions.py pyproject.toml)" >> $GITHUB_OUTPUT + run: echo "min-versions=$(poetry run python $GITHUB_WORKSPACE/.github/scripts/get_min_versions.py pyproject.toml)" >> $GITHUB_OUTPUT - name: Run unit tests with minimum dependency versions env: