diff --git a/.github/workflows/ci-conda.yml b/.github/workflows/ci-conda.yml index f0383ae9955..2048d9c43ae 100644 --- a/.github/workflows/ci-conda.yml +++ b/.github/workflows/ci-conda.yml @@ -102,12 +102,12 @@ jobs: SAGE_NUM_THREADS: 2 - name: Verify dependencies - if: always() + if: success() || failure() shell: bash -l {0} run: pip check - name: Test - if: always() + if: success() || failure() shell: bash -l {0} run: ./sage -t --all -p0