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

Commit ce5135c

Browse files
Try lower python version
1 parent 1353a78 commit ce5135c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v1
1717
- uses: actions/setup-python@v2
1818
with:
19-
python-version: '3.10'
19+
python-version: '3.9.10'
2020
- name: Install requirements
2121
run: pip install -r requirements.txt
2222
- name: Run tests and collect coverage

0 commit comments

Comments
 (0)