Skip to content

Commit 0b2164d

Browse files
committed
Pin CI python version to match debian testing
1 parent 9986aa9 commit 0b2164d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/molecule-test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
- name: Set up Python 3
1313
uses: actions/setup-python@v4
1414
with:
15-
python-version: 3.x
15+
# track debian testing version of python (roughly)
16+
python-version: 3.11
1617

1718
- name: Update package metadata
1819
run: sudo apt-get update

0 commit comments

Comments
 (0)