From 3b5811d7db74f03a1d5d500b0cf49c658beddbca Mon Sep 17 00:00:00 2001 From: yzhao062 Date: Tue, 24 Oct 2023 23:36:47 -0700 Subject: [PATCH] satisfy documentation --- .github/workflows/testing-cron.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing-cron.yml b/.github/workflows/testing-cron.yml index 05924a474..e732d9900 100644 --- a/.github/workflows/testing-cron.yml +++ b/.github/workflows/testing-cron.yml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements_ci.txt + pip install -r docs/requirements.txt pip install pytest pip install coverage pip install coveralls diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 630778ca0..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 requirements_ci.txt + pip install -r docs/requirements.txt pip install pytest pip install coverage pip install coveralls