Skip to content

Commit

Permalink
Merge dependency installation into previous workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
JWLee89 committed May 21, 2022
1 parent cda6cc3 commit 8756d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- name: install pytest dependencies
run: |
pip install -r requirements.txt coremltools onnx onnx-simplifier onnxruntime openvino-dev tensorflow-cpu
pip install coremltools onnx onnx-simplifier onnxruntime openvino-dev tensorflow-cpu tensorflowjs --user
shell: bash

- name: Run pytest
Expand Down

0 comments on commit 8756d6a

Please sign in to comment.