Skip to content

Commit

Permalink
removed additional lightgbm dependencies from GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
glebashnik committed Aug 7, 2024
1 parent eadccef commit 3e89624
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/notebooks-except-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Install OpenMP
run: |
# Required for using lightgbm
sudo apt-get update
sudo apt-get install -y libgomp1 zstd
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 3e89624

Please sign in to comment.