Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 47dde9c

Browse files
committed
fix environment issue
1 parent 76ef38f commit 47dde9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/script/unitTest/run_unit_test_neuralchat.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ function main() {
8787
apt-get install -y libgl1-mesa-glx
8888
apt-get install -y libgl1-mesa-dev
8989
apt-get install libsm6 libxext6 -y
90-
brew install tesseract
91-
brew install poppler
90+
apt-get install tesseract-ocr -y
91+
apt-get install libtesseract-dev -y
92+
apt-get install poppler-utils -y
9293
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
9394
dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
9495
python -m pip install --upgrade --force-reinstall torch==2.2.0

0 commit comments

Comments
 (0)