diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d31e9e1..0e19cce4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,11 +23,16 @@ 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 + pipx install . + 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: