Skip to content

Commit 73f1161

Browse files
committed
chore(build_package.yml): add newline at the end of the file for consistency with other files in the repository
1 parent fa3f075 commit 73f1161

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
- name: Test import
3737
shell: bash
3838
working-directory: ${{ vars.RUNNER_TEMP }}
39-
run: python -c "import dspy"
39+
run: python -c "import dspy"
40+

0 commit comments

Comments
 (0)