Skip to content

Commit

Permalink
Fix CI opencv-python install
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Jun 17, 2024
1 parent c4263e6 commit a8d4c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
dora start dataflow.yml --name ci-python-test
sleep 10
dora stop --name ci-python-test --grace-duration 5s
pip install opencv-python
pip install "numpy<2.0.0" opencv-python
dora start ../examples/python-dataflow/dataflow_dynamic.yml --name ci-python-dynamic
python ../examples/python-dataflow/plot_dynamic.py
sleep 5
Expand Down

0 comments on commit a8d4c07

Please sign in to comment.