Skip to content

Commit

Permalink
Update notebook-pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan authored Jul 8, 2024
1 parent be5ee30 commit 28e0d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install dependencies
if: "!contains(env.COMMIT_MESSAGE, 'skip ci')"
run: |
apt-get update && apt-get install ffmpeg libsm6 libxext6 libgl1 -y
sudo apt-get install python3-opencv -y
python -m pip install --upgrade pip wheel
pip install -r requirements.txt
pip install jupyter_client==7.3.5 # downgrade jupyter-client to fix hangs
Expand Down

0 comments on commit 28e0d92

Please sign in to comment.