Skip to content

Commit 430d21c

Browse files
committed
fix python version used in unit-tests.yml
1 parent 6b7f03e commit 430d21c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Set up Python
9696
uses: actions/setup-python@v5
9797
with:
98-
python-version: 3.10
98+
python-version: 3.10.12
9999

100100
- name: Restore APT cache
101101
id: apt-cache

0 commit comments

Comments
 (0)