From 48f1cc968eb9fe579e4e512eba02cf0145f00646 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Thu, 23 May 2024 16:12:17 -0700 Subject: [PATCH] debug windows --- .github/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a08c460..cc12469 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -59,7 +59,9 @@ jobs: python-version: "3.12" - run: ./scripts/vendor.sh shell: bash - - run: make loadable CC=gcc + - run: make dist/.llama + - run: cat dist/.llama/Makefile || true + - run: make loadable - run: pip install pytest numpy; make test-loadable - uses: actions/upload-artifact@v4 with: