Skip to content

Commit

Permalink
fix failing merge workflow (#2581)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbader authored Nov 3, 2024
1 parent d057959 commit 23b7ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
elif [ "${{ matrix.flavour }}" == "torch" ]; then
pip install -r requirements/core.txt -r requirements/torch.txt -r requirements/dev.txt
elif [ "${{ matrix.flavour }}" == "all" ]; then
pip install -r requirements/dev-all.txt
pip install -r requirements/core.txt -r requirements/torch.txt -r requirements/notorch.txt -r requirements/dev.txt
fi
- name: "Install libomp (for LightGBM)"
Expand Down

0 comments on commit 23b7ab5

Please sign in to comment.