Skip to content

Commit

Permalink
remove comments from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan committed Jul 9, 2024
1 parent 73af678 commit 94bcfb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/notebook-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
- name: Install dependencies
if: "!contains(env.COMMIT_MESSAGE, 'skip ci') && contains(env.COMMIT_MESSAGE, 'ci:execute')"
run: |
# Install deps for GH execution
sudo apt-get update && sudo apt install xvfb -y
python -m pip install --upgrade pip wheel
pip install -r requirements.txt
Expand Down

0 comments on commit 94bcfb0

Please sign in to comment.