We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72661e8 commit a2800f7Copy full SHA for a2800f7
.github/workflows/deploy-docs.yml
@@ -21,7 +21,6 @@ jobs:
21
uses: actions/setup-python@v5
22
with:
23
python-version: 3.x
24
- cache: 'pip' # 开启 pip 依赖缓存
25
26
- name: Install dependencies
27
run: |
0 commit comments