diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index c491931..1386bf8 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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: