Skip to content

Commit 00443df

Browse files
author
Shubham Chaturvedi
committed
chore: fix CI
1 parent f830a46 commit 00443df

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/install_smithy_dafny_codegen_dependencies

1 file changed

+1
-1
lines changed

.github/actions/install_smithy_dafny_codegen_dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
- name: Setup Python, black, and docformatter for code formatting
2323
uses: actions/setup-python@v6
2424
with:
25-
python-version: ${{ matrix.python-version }}
25+
python-version: 3.11
2626
architecture: x64
2727
- shell: bash
2828
run: |

0 commit comments

Comments
 (0)