From 1b2c9ca2646af9377d866fa5e5f3ef6340bc1aac 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..31098e70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,12 +9,16 @@ jobs: shell: bash run: | sudo apt-get update - sudo apt-get install bats bash codespell python3-argcomplete + sudo apt-get install bats bash codespell python3-argcomplete pipx 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 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: