Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit 81d1926

Browse files
committed
ci: santiy py3.10
1 parent 04e7b71 commit 81d1926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sanity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Python
3434
uses: actions/setup-python@v4
3535
with:
36-
python-version: "3.x"
36+
python-version: "3.10"
3737

3838
- name: Install ansible-base (${{ matrix.ansible }})
3939
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check

0 commit comments

Comments
 (0)