From 126e06114f9ef4f54f6f366da2a6685b7341365c Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Tue, 4 Nov 2025 12:02:42 -0800 Subject: [PATCH] chore: Hardcode Python version to 3.11 in Smithy-Dafny setup action --- .../install_smithy_dafny_codegen_dependencies/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install_smithy_dafny_codegen_dependencies/action.yml b/.github/actions/install_smithy_dafny_codegen_dependencies/action.yml index 33aad451c..db52a17ed 100644 --- a/.github/actions/install_smithy_dafny_codegen_dependencies/action.yml +++ b/.github/actions/install_smithy_dafny_codegen_dependencies/action.yml @@ -22,7 +22,7 @@ runs: - name: Setup Python, black, and docformatter for code formatting uses: actions/setup-python@v6 with: - python-version: ${{ matrix.python-version }} + python-version: 3.11 architecture: x64 - shell: bash run: |