Skip to content

Commit

Permalink
fix(ci): add tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Feb 19, 2020
1 parent 29073fb commit 8c0bc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y ffmpeg
pip install .
pip install .[keras]
pip install tensorflow
- name: Download test resource
run: |
curl -o demo.mp4 https://raw.githubusercontent.com/williamfzc/stagesep2-sample/master/videos/demo.mp4
Expand Down

0 comments on commit 8c0bc44

Please sign in to comment.