瀏覽代碼

fix ci cache

Daniel Busch 6 月之前
父節點
當前提交
850403e2f5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/actions/setup/action.yml

+ 1 - 1
.github/actions/setup/action.yml

@@ -36,7 +36,7 @@ runs:
       uses: actions/setup-python@v5
       with:
         python-version: ${{ inputs.python-version }}
-        cache: poetry
+#        cache: poetry
     - name: Set Poetry environment
       shell: bash
       run: |