From 5308629dd9e7d4377cfb3f6449d6088f93aefbd5 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Wed, 29 Jun 2022 14:20:57 -0400 Subject: [PATCH] coverage does not require downstream tests to pass --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4194903d..ad40740c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: - run: pytest -n auto --pyargs jwst.datamodels test_with_coverage: name: Coverage - needs: [ test, test_jwst_datamodels ] + needs: [ test ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -115,7 +115,7 @@ jobs: file: ./coverage.xml build-docs: name: Build documentation - needs: [ test, test_jwst_datamodels ] + needs: [ test ] runs-on: ubuntu-latest steps: - run: sudo apt-get install graphviz texlive-latex-extra dvipng