Skip to content

Commit 55e4fa9

Browse files
committed
Fix indentation in workflow yaml for testing khoj backend
1 parent 2445664 commit 55e4fa9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
python_version:
31-
- 3.8
32-
- 3.9
33-
- 3.10
34-
steps:
31+
- '3.8'
32+
- '3.9'
33+
- '3.10'
34+
steps:
3535
- uses: actions/checkout@v3
3636

3737
- name: Set up Python

0 commit comments

Comments
 (0)