From 10dbe31d4b22bce6e8510e32033f6155fe5c0618 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3683b6ad..0f596e0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - name: Install test deps run: - conda install -y pytest nose pytest-durations pytest-xdist || true + conda install -y pytest pytest-xdist - name: Run tests run: |