Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

Commit 98984af

Browse files
Adds tfmot to CI
1 parent a0dead2 commit 98984af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
pip install tensorflow pandas pyyaml
19+
pip install tensorflow pandas pyyaml tensorflow-model-optimization
2020
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2121
- name: Test with UnitTest
2222
run: |

0 commit comments

Comments
 (0)