From c95a96c5c24d07608708b3bcc737cdab96556ffe Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 3 Oct 2024 15:12:09 -0400 Subject: [PATCH] Turn on --nocontainer test on MACs Signed-off-by: Daniel J Walsh --- .github/workflows/ci.yml | 5 ++++- Makefile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d31e9e1..1749cd73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/Makefile b/Makefile index bfa9c9a3..5bef26c8 100644 --- a/Makefile +++ b/Makefile @@ -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: