From 0c9a4e3a5837f1dd0ab05f6c55d516ad1fcae44e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 3 Oct 2024 14:35:50 -0400 Subject: [PATCH] turn on --nocontainer tests Signed-off-by: Daniel J Walsh --- .github/workflows/ci.yml | 8 ++++++-- Makefile | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d31e9e1..434cbd37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,14 @@ jobs: sudo apt-get update sudo apt-get install bats bash codespell python3-argcomplete make install-requirements - - name: run test + - name: run bats run: | make validate make bats + - name: bats-nocontainer + run: | + make install-requirements + make bats-nocontainer macos: runs-on: macos-14 @@ -25,7 +29,7 @@ jobs: run: | brew install go make install-requirements - - name: Run a one-line script + - name: Run tests shell: bash run: make validate # FIXME: ci script should be able to run on MAC. diff --git a/Makefile b/Makefile index bfa9c9a3..9c3d88f2 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 -q black flake8 argcomplete wheel omlmd huggingface_hub[cli] codespell tqdm .PHONY: install-completions: