From d5c2dfb96be0ce9ae0bfcd9e779d3f338c59c7c3 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Wed, 7 Apr 2021 17:40:13 -0700 Subject: [PATCH] fix syntax error --- .github/workflows/python-package.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: