diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d316c9..ca3c1ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,9 @@ jobs: 3.9 3.12 + - name: Install dependencies + run: pip install --no-cache-dir -r requirements.txt + - name: Install dev dependencies run: pip install --no-cache-dir -r requirements-dev.txt