Skip to content

Commit

Permalink
Dev update libraries (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: wl-zhao <[email protected]>
  • Loading branch information
yuxumin and wl-zhao authored Sep 20, 2024
1 parent 89996de commit fa372e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-and-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,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 ..
Expand Down

0 comments on commit fa372e7

Please sign in to comment.