diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index f7d15aba..746146da 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -46,7 +46,10 @@ runs: uses: actions/setup-python@v5 with: python-version: ${{ inputs.python_version }} - + cache: ${{ steps.env-check.outputs.package_tool }} + cache-dependency-path: | + ${{ github.workspace }}/poetry.lock + ${{ github.workspace }}/requirements.txt - name: Install GardenLinux Python library shell: bash run: |