Skip to content

Commit

Permalink
fix for installing OpenMP
Browse files Browse the repository at this point in the history
  • Loading branch information
glebashnik committed Aug 7, 2024
1 parent 2610619 commit 30f9d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notebooks-except-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
notebook: ${{fromJson(needs.get-non-cloud-notebooks.outputs.notebooks)}}
steps:
- uses: actions/checkout@v4

- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Install OpenMP
run: |
# Required for using lightgbm
apt install -y install libgomp1 zstd
sudo apt install -y install libgomp1 zstd
- name: Run notebooks tests
run: |
Expand Down

0 comments on commit 30f9d7b

Please sign in to comment.