Skip to content

Commit

Permalink
Fix up ci.yml
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 3, 2024
1 parent 6d98167 commit 808017f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
- uses: actions/checkout@v4
- name: install golang
shell: bash
run: brew install go
run: make install-requirements
run: |
brew install go
make install-requirements
- name: Run a one-line script
shell: bash
run: make validate
Expand Down
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ help:

.PHONY:
install-requirements:
@pipx install -q black flake8
$(PYTHON) -m pip install --user -r requirements.txt
pip install "huggingface_hub[cli]==0.25.1"
pip install "omlmd==0.1.4"
@pipx install -q black flake8 argcomplete wheel omlmd huggingface_hub[cli] codespell

.PHONY:
install-completions:
Expand Down

0 comments on commit 808017f

Please sign in to comment.