Skip to content

Commit af61850

Browse files
committed
fixed github action python version to a valid case
1 parent 0750f19 commit af61850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daemon-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v1
1212
with:
13-
python-version: 3.10
13+
python-version: 3.10.16
1414
- name: install poetry
1515
run: |
1616
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)