Mercurial > p > roundup > code
changeset 6946:f1912f901aa6
more indentation fixes.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 10 Sep 2022 20:24:33 -0400 |
| parents | 7eb0e1cffe54 |
| children | 623dcbf3a5b5 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sat Sep 10 20:23:18 2022 -0400 +++ b/.github/workflows/ci-test.yml Sat Sep 10 20:24:33 2022 -0400 @@ -212,8 +212,8 @@ github-token: ${{ secrets.GITHUB_TOKEN }} - name: test build_doc - run: | - python ./setup.py build_doc + run: | + python ./setup.py build_doc #- name: test docker build current version ubuntu-latest # if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
