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
matrix:
python_version:
- 3.8
- 3.9
- 3.10
steps:
- '3.8'
- '3.9'
- '3.10'
steps:
- uses: actions/checkout@v3
- name: Set up Python