Skip to content

Commit 82b5386

Browse files
committed
chore: setting up python 3.11
1 parent cf33209 commit 82b5386

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/dockerized-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v6
2020

21+
- name: Set up Python 3.11
22+
uses: actions/setup-python@v5
23+
with:
24+
python-version: '3.11'
25+
2126
- name: Build the image
2227
run: docker build . -t local/test -f Dockerfile.rie
2328

0 commit comments

Comments
 (0)