Skip to content

Commit

Permalink
Install armory-matrix during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
treubig26 committed Nov 6, 2023
1 parent 778a029 commit ff8d1dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: |
pip3 install --no-compile --editable .
pip3 install --no-compile --editable library
pip3 install --no-compile --editable matrix
- name: Test
run: task test
Expand Down Expand Up @@ -85,6 +86,7 @@ jobs:
# it adds 2-ish minutes to this install step.
run: |
pip3 install --no-compile --editable library
pip3 install --no-compile --editable matrix
pip3 install --no-compile --editable examples[huggingface,yolo]
- name: Test
Expand Down

0 comments on commit ff8d1dd

Please sign in to comment.