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