Skip to content

Commit ca9bf3a

Browse files
Add extra test dependency
1 parent d9bdea8 commit ca9bf3a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
sudo apt update
3636
sudo apt install protobuf-compiler -y
37-
pip install .[all] tensorflow
37+
pip install .[test]
3838
3939
- name: Run unit tests
4040
shell: bash

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ def select_constraint(default, nightly=None, git_master=None):
344344
],
345345
'extras_require': {
346346
'all': _make_extra_packages_all(),
347+
'test': _make_extra_packages_test(),
347348
},
348349
'python_requires': '>=3.9,<4',
349350
'packages': find_packages(),

0 commit comments

Comments
 (0)