Skip to content

Commit

Permalink
debug windows
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed May 23, 2024
1 parent 2341037 commit 48f1cc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 48f1cc9

Please sign in to comment.