Skip to content

Commit 7a9dd5d

Browse files
committed
CI/CD install Tensorflow
1 parent 4444e3d commit 7a9dd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
- name: Install and test
4646
run: |
4747
python -m pip install --upgrade pip wheel poetry
48-
python -m poetry install
48+
python -m poetry install --extras "tf"
4949
python -m poetry run dlc-live-test --nodisplay

0 commit comments

Comments
 (0)