fix syntax error

This commit is contained in:
Andrew Cassidy 2021-04-07 17:40:13 -07:00
parent aacceb6cff
commit d5c2dfb96b

View File

@ -18,11 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- with:
# Whether to checkout submodules: `true` to checkout submodules or `recursive` to
# recursively checkout submodules.
submodules: 'true'
lfs: 'true'
with:
# Whether to checkout submodules: `true` to checkout submodules or `recursive` to
# recursively checkout submodules.
submodules: 'true'
lfs: 'true'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with: