Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Fix GitHub yaml

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
  • Loading branch information
ericcurtin committed Oct 2, 2024
1 parent 6248ce7 commit 2d0a0ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 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 setuptools wheel omlmd huggingface_hub[cli]

.PHONY:
install-completions:
Expand Down
6 changes: 0 additions & 6 deletions requirements.txt

This file was deleted.

0 comments on commit 2d0a0ca

Please sign in to comment.