From 8666a75161b0186039dbeffa8c694fcc9fa1e879 Mon Sep 17 00:00:00 2001 From: Li Jie Date: Thu, 9 Jan 2025 11:58:24 +0800 Subject: [PATCH] ci: remove unused python libraries installation step --- .github/workflows/go.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9c0f1c5e..2d458e1c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,14 +27,6 @@ jobs: uses: ./.github/actions/setup-deps with: llvm-version: ${{matrix.llvm}} - - name: Install further optional dependencies for demos - run: | - wget -P ./_demo/llama2-c https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.bin - py_deps=( - numpy # for github.com/goplus/llgo/py/numpy - torch # for github.com/goplus/llgo/py/torch - ) - pip3.12 install --break-system-packages "${py_deps[@]}" - name: Clang information run: |