diff --git a/.github/actions/setup-python/action.yml b/.github/actions/setup-python/action.yml index 98f29314..e9a43cb7 100644 --- a/.github/actions/setup-python/action.yml +++ b/.github/actions/setup-python/action.yml @@ -26,9 +26,6 @@ runs: with: python-version: ${{ inputs.python-version }} cache: "poetry" - cache-dependency-path: | - ./poetry.lock - ${{ inputs.env-dir }}/poetry.lock - run: | cd ${{ inputs.env-dir }} diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 14adddbb..8e02a6ad 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -28,7 +28,6 @@ autolabeler: files: - "pyproject.toml" - "requirements.txt" - - "poetry.lock" title: - "/:wrench:.+/" - "/🔧.+/" diff --git a/.github/workflows/bot_check.yml b/.github/workflows/bot_check.yml index 3731ded8..f0b9c88c 100644 --- a/.github/workflows/bot_check.yml +++ b/.github/workflows/bot_check.yml @@ -56,7 +56,6 @@ jobs: - name: Install dependencies if: steps.cache-poetry.outputs.cache-hit != 'true' run: | - rm -rf poetry.lock poetry source remove aliyun poetry install --no-root