diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 714ceaf..f978387 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,6 +38,8 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: "pip" + - name: Install Python dependencies + run: pip install -r requirements.txt - name: Cache test files id: cache uses: actions/cache@v4