Skip to content

Commit 802ec4c

Browse files
authored
Merge branch 'master' into add_files_endpoint
2 parents 28d4a8b + b5169a8 commit 802ec4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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)