Skip to content

Commit 4d015c3

Browse files
committed
Fix syntax error
1 parent 47570df commit 4d015c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
with:
19-
submodules: `true`
19+
submodules: "true"
2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v4
2222
with:

0 commit comments

Comments
 (0)