From 339939ebb990cc3fefcccb470bc250bd0e78d8ee Mon Sep 17 00:00:00 2001 From: Joanne Bogart Date: Wed, 17 Apr 2024 15:16:40 -0700 Subject: [PATCH] try eliminating || true for test deps install --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3a173ad..80a34543 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: - name: Install test deps run: - conda install -y pytest nose || true + conda install -y pytest nose - name: Run tests run: |