Skip to content

Commit a2fc40d

Browse files
committed
add mms modules
1 parent 614daff commit a2fc40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
python-version: 3.6
1414
- name: Install Python dependencies
15-
run: pip install -e .[test,transformers,torch,tensorflow]
15+
run: pip install -e .[test,transformers,torch,tensorflow,mms]
1616
- name: Run Unit Tests
1717
run: make unit-test
1818
# - name: Run Integration Tests

0 commit comments

Comments
 (0)