From dc4d48c96865b146a11a470aa03c928d718b80a8 Mon Sep 17 00:00:00 2001 From: mahabaleshwars <147705296+mahabaleshwars@users.noreply.github.com> Date: Tue, 11 Mar 2025 10:53:59 +0530 Subject: [PATCH] Fix test-python.yml error --- .github/workflows/test-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 5460ca67..faa72964 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -245,7 +245,7 @@ jobs: - name: Run simple code run: python -c 'import math; print(math.factorial(5))' - setup-versions-from-.tool-versions-file: + setup-versions-from-tool-versions-file: name: Setup ${{ matrix.python }} ${{ matrix.os }} .tool-versions file runs-on: ${{ matrix.os }} strategy: