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..bb805b7a 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 tdqm .PHONY: install-completions: