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 4, 2024
1 parent fda1c8b commit 714ae94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,16 @@ jobs:
- name: install golang
shell: bash
run: |
brew install go
brew install go bats
make install-requirements
- name: Run a one-line script
shell: bash
run: make validate
run: |
make install-requirements
make validate
pipx install .
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 714ae94

Please sign in to comment.