From 258b6d4b2a5b4714a9efaa8b3d9e4831cc60b5fb Mon Sep 17 00:00:00 2001 From: John Rouillard Date: Wed, 3 Apr 2024 14:47:51 -0400 Subject: [PATCH] test: Remove duplicate build doc step. --- .github/workflows/ci-test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index b75ff7d6..c7471595 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -296,10 +296,6 @@ jobs: 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: |