diff --git a/.github/workflows/nuitka-compile.yml b/.github/workflows/nuitka-compile.yml index 241573e..beb7574 100644 --- a/.github/workflows/nuitka-compile.yml +++ b/.github/workflows/nuitka-compile.yml @@ -28,7 +28,6 @@ jobs: with: python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: ${{ matrix.arch }} - cache: 'pdm' # Optional. Options are 'none', 'pdm', 'pip', or 'all'. Default is 'all' - name: Install Dependencies run: |