diff --git a/.github/workflows/package-and-upload.yaml b/.github/workflows/package-and-upload.yaml index 062e322f..61e97786 100644 --- a/.github/workflows/package-and-upload.yaml +++ b/.github/workflows/package-and-upload.yaml @@ -36,7 +36,8 @@ jobs: steps: - uses: actions/checkout@v4 - ref: ${{ inputs.git_tag }} + with: + ref: ${{ inputs.git_tag }} - uses: pnpm/action-setup@v2 with: @@ -106,7 +107,7 @@ jobs: ./python.exe -s -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu${{ inputs.cu }} ./python.exe -s -m pip install --use-pep517 pygit2 Cython scikit_build_core enscons pytoml cmake==3.21 ./python.exe -s -m pip install --use-pep517 -r ../ShellAgent/requirements.txt - ./python.exe -s -m pip install onnx==1.16.1 flask PyExecJS docx2txt fuzzywuzzy git cloudpickle + ./python.exe -s -m pip install onnx==1.16.1 flask PyExecJS docx2txt fuzzywuzzy cloudpickle sed -i '1i../ShellAgent' ./python3${{ inputs.python_minor }}._pth cd .. diff --git a/requirements.txt b/requirements.txt index 7aa9652e..a1cdf98a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -204,3 +204,7 @@ yacs yapf pilmoji==2.0.4 emoji==1.7.0 +flask +PyExecJS +fuzzywuzzy +cloudpickle