Skip to content

Commit

Permalink
Update notebook-pr.yaml ci:execute
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan authored Jul 8, 2024
1 parent 8fa1bd6 commit 93cccbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/notebook-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- name: Install dependencies
if: "!contains(env.COMMIT_MESSAGE, 'skip ci') && contains(env.COMMIT_MESSAGE, 'ci:execute')"
run: |
sudo apt-get update && sudo apt install xvfb -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 93cccbf

Please sign in to comment.