Skip to content

Commit c727a52

Browse files
committed
echo -> printf for \n escape
1 parent 5cc99f9 commit c727a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pip install -e . # Run pytest
3232
- name: Import language_tool_python
3333
run: |
34-
echo "import language_tool_python\n" | python
34+
printf "import language_tool_python\n" | python
3535
- name: Test with pytest
3636
run: |
3737
pytest -vx --dist=loadfile -n auto

0 commit comments

Comments
 (0)