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: |