Skip to content

Commit

Permalink
ci: 删除掉多余的缓存前缀
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Jul 12, 2024
1 parent aba7bf7 commit 2ab7523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: he0119/setup-rye@feat/windows
with:
enable-cache: true
cache-prefix: ${{ runner.os }}-${{ env.PYTHON_VERSION }}
cache-prefix: ${{ env.PYTHON_VERSION }}
- name: Install prerequisites
run: |
rye pin ${{ env.PYTHON_VERSION }}
Expand Down

0 comments on commit 2ab7523

Please sign in to comment.