Skip to content

Commit

Permalink
Turn on --nocontainer test on MACs
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Oct 3, 2024
1 parent 27d514b commit c95a96c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
make install-requirements
- name: Run a one-line script
shell: bash
run: make validate
run: |
make validate
make bats-nocontainer
# FIXME: ci script should be able to run on MAC.
# - name: Run ci
# shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ help:

.PHONY:
install-requirements:
pipx install -q black flake8 argcomplete wheel omlmd huggingface_hub[cli] codespell
pipx install tqdm black flake8 argcomplete wheel omlmd huggingface_hub[cli] codespell

.PHONY:
install-completions:
Expand Down

0 comments on commit c95a96c

Please sign in to comment.