zhichyu commited on
Commit
af619ea
·
1 Parent(s): 583b2b2

Fix release.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/release.yml +0 -2
.github/workflows/release.yml CHANGED
@@ -110,8 +110,6 @@ jobs:
110
  - name: Build ragflow-sdk
111
  if: startsWith(github.ref, 'refs/tags/v')
112
  run: |
113
- apt install -y pipx && \
114
- pipx install poetry && \
115
  cd sdk/python && \
116
  poetry build
117
 
 
110
  - name: Build ragflow-sdk
111
  if: startsWith(github.ref, 'refs/tags/v')
112
  run: |
 
 
113
  cd sdk/python && \
114
  poetry build
115