Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmont-dev authored Aug 11, 2024
1 parent 443fbb6 commit b7d1572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Change directory to the checked-out code
run: cd $GITHUB_WORKSPACE && echo "Now in $(pwd)" && ls -lrth
- name: Pull models
run: ollama pull llama3:8b
run: systemctl restart ollama && ollama pull llama3:8b
- name: make
run: cd $GITHUB_WORKSPACE && make -j8
# - name: test
Expand Down

0 comments on commit b7d1572

Please sign in to comment.