We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eaa29a commit 42ea7e8Copy full SHA for 42ea7e8
.github/workflows/notebook-pr.yaml
@@ -64,6 +64,7 @@ jobs:
64
- name: Install dependencies
65
if: "!contains(env.COMMIT_MESSAGE, 'skip ci')"
66
run: |
67
+ sudo apt-get update
68
sudo apt-get install python3-opencv -y
69
python -m pip install --upgrade pip wheel
70
pip install -r requirements.txt
0 commit comments