Skip to content

Commit 4ba061f

Browse files
authored
Merge branch 'master' into ml-evs/backoff_time
2 parents dd70f2e + b5169a8 commit 4ba061f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
with:
5050
submodules: true
5151

52-
- name: Set up Python 3.10
52+
- name: Set up Python 3.8
5353
uses: actions/setup-python@v4
5454
with:
55-
python-version: '3.10'
55+
python-version: '3.8'
5656

5757
- name: Install dependencies
5858
run: |

0 commit comments

Comments
 (0)