From cdb5c047cafbdb00b7ed93801b6cf03c0174dca9 Mon Sep 17 00:00:00 2001 From: Josh Meyers Date: Mon, 15 Jul 2024 09:17:04 -0700 Subject: [PATCH] Bump test deps --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3683b6ad..2cd30c20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,8 +78,9 @@ jobs: pip install . - name: Install test deps - run: - conda install -y pytest nose pytest-durations pytest-xdist || true + run: | + conda install -y pytest pytest-xdist + pip install pytest-durations - name: Run tests run: |