From f1f2eb0d9a59e0370455768b1064a7e53247e5a4 Mon Sep 17 00:00:00 2001 From: Dalton Smith Date: Wed, 27 Dec 2023 11:34:33 -0500 Subject: [PATCH] Fix CI --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 57ce3dd..19715d2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: cache: 'pip' - name: Install Python Dependencies run: | - pip install -r requirements.txt + pip install -r source/requirements.txt - name: Install LaTeX run: | sudo apt-get update