Skip to content

Commit

Permalink
Replaced apt with apt-get in GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
glebashnik committed Aug 7, 2024
1 parent 2d0a815 commit eadccef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebooks-except-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
# Required for using lightgbm
sudo apt-get update
sudo apt-get install -y install libgomp1 zstd
sudo apt-get install -y libgomp1 zstd
- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit eadccef

Please sign in to comment.