Fix indentation in workflow yaml for testing khoj backend

This commit is contained in:
Debanjum Singh Solanky
2023-02-07 02:57:42 -03:00
parent 2445664d40
commit 55e4fa9719

View File

@@ -28,10 +28,10 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
python_version: python_version:
- 3.8 - '3.8'
- 3.9 - '3.9'
- 3.10 - '3.10'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python - name: Set up Python