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 55c9bac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,17 @@ 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
python -c "import sys; print(sys.path)"
python -c "import argcomplete"
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 55c9bac

Please sign in to comment.