From 913ee763ba153b71f38edaf2c05adcbd66098e2c Mon Sep 17 00:00:00 2001 From: Eli <43382407+eli64s@users.noreply.github.com> Date: Mon, 8 Jan 2024 22:48:17 -0600 Subject: [PATCH] Update pytest plugins in install command. --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4981e9d9..bd9a4e87 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt coverage pytest pytest-cov pytest-asyncio pytest-xdist pytest-randomly pytest sugar + pip install -r requirements.txt coverage pytest pytest-cov pytest-asyncio pytest-xdist pytest-randomly pytest-sugar - name: Install Project run: | python -m pip install -e .