Skip to content

Commit 01dcf07

Browse files
committed
移除了对python客户端环境的requirement.txt的校验
1 parent f97df87 commit 01dcf07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/setup-python@v4
4141
with:
4242
python-version: '3.x'
43-
cache: 'pip'
43+
4444

4545
- name: Install Python Dependencies
4646
run: |

0 commit comments

Comments
 (0)