From 1e15311d85ba7f8e7d01bdafa9c05b4f1007793b Mon Sep 17 00:00:00 2001 From: Yue Zhao <15079146+yzhao062@users.noreply.github.com> Date: Tue, 24 Oct 2023 23:34:49 -0700 Subject: [PATCH] Update testing.yml --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 986e56d96..5f5bc38e2 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -33,7 +33,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r docs/requirements_ci.txt + pip install -r docs/requirements.txt pip install pytest pip install coverage pip install coveralls