From a4eed51e26cd3388c7c4d75a5e2c5735d353e222 Mon Sep 17 00:00:00 2001 From: Patrick Marlow Date: Wed, 31 Jul 2024 13:30:55 -0500 Subject: [PATCH] chore: testing changes --- .github/workflows/tester.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 88370dea..ccfec713 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -21,8 +21,9 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest + pip install pytest pandas tqdm pip install -e . + pip install -r requirements.txt - name: Running Tests run: | pytest tests/dfcx_scrapi/