Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 7857:d26eb77e01d8
test: Remove duplicate build doc step.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 03 Apr 2024 14:47:51 -0400 |
| parents | 9e686e3f39c1 |
| children | 30fcdf60da44 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Mon Apr 01 19:00:58 2024 -0400 +++ b/.github/workflows/ci-test.yml Wed Apr 03 14:47:51 2024 -0400 @@ -296,10 +296,6 @@ path-to-lcov: coverage.lcov parallel: run-{{ matrix.python-version }}-{{ matrix.os }} - - name: test 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' # run: |
