Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 6874:70a78f281179
fix bad tab.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 01 Sep 2022 01:53:55 -0400 |
| parents | 8dab742710b6 |
| children | f1f947f6e476 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Thu Sep 01 01:52:51 2022 -0400 +++ b/.github/workflows/ci-test.yml Thu Sep 01 01:53:55 2022 -0400 @@ -37,7 +37,7 @@ # Checkout the latest code from the repo - name: Checkout source # if: {{ false }} - # continue-on-error: true + # continue-on-error: true uses: actions/checkout@v3 # Setup which version of Python to use
