From e3096229c8bd90b1ca255fe4601e9a0967907fbe Mon Sep 17 00:00:00 2001 From: Sanjin <102841251+duckduckgrayduck@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:52:44 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 668025a..250e893 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: | - pip install vcrpy pytest-vcr pytest requests pytest-mock + pip install vcrpy pytest-vcr pytest requests pytest-mock python-documentcloud - name: Run pre-recorded tests run: |