Skip to content

Commit

Permalink
turn on --nocontainer tests
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Oct 4, 2024
1 parent bb3c41b commit 1b2c9ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1b2c9ca

Please sign in to comment.