Skip to content

Commit 808ab1c

Browse files
committed
debug
1 parent 44435fc commit 808ab1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,14 @@ jobs:
6565
run: go version
6666
- name: Dependencies
6767
run: |
68+
whereis conda
69+
exit 1
6870
sudo apt-get update
6971
sudo apt-get install build-essential ffmpeg
7072
7173
sudo apt-get install -y ca-certificates cmake curl patch
7274
sudo apt-get install -y libopencv-dev && sudo ln -s /usr/include/opencv4/opencv2 /usr/include/opencv2
75+
7376
make -C extra/grpc/huggingface
7477
7578
# Pre-build stable diffusion before we install a newever version of abseil (not compatible with stablediffusion-ncn)

0 commit comments

Comments
 (0)