diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b7357ee..a0c6b40 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -41,6 +41,12 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' + cache: 'pip' + + - name: Install dependencies + run: | + pip install --upgrade pip + pip install . - name: Build package run: |