Skip to content

Commit 0bd2bae

Browse files
committedNov 19, 2024··
.github/workflows/test.yml: Specify Python version (3.12)
Signed-off-by: Pawel Langowski <pawel.langowski@3mdeb.com>
1 parent 980b613 commit 0bd2bae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: actions/setup-python@v5
3333
with:
3434
cache: 'pip'
35+
python-version: '3.12'
3536
- name: Install requirements
3637
shell: bash
3738
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.