Skip to content

Commit 9e0b265

Browse files
cis: fix python version for framework tests
1 parent 8cc04ff commit 9e0b265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/frameworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v5
3333
with:
34-
python-version: ${{ matrix.python-version }}-dev
34+
python-version: ${{ matrix.python-version }}
3535

3636
- name: Setup
3737
run: bash scripts/frameworks/boto3/setup.sh /tmp/boto3 ${{ matrix.python-version }}

0 commit comments

Comments
 (0)