Skip to content

Commit a09938e

Browse files
authored
python version setup
1 parent d54f3b8 commit a09938e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313

1414
- name: check out repository
1515
uses: actions/checkout@v4
16+
17+
- name: Set up Python
18+
uses: actions/setup-python@v4
19+
with:
20+
python-version: 3.11
1621

1722
- name: Set up Docker Buildx
1823
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)