Skip to content

Commit 23b7ab5

Browse files
authored
fix failing merge workflow (#2581)
1 parent d057959 commit 23b7ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
elif [ "${{ matrix.flavour }}" == "torch" ]; then
5555
pip install -r requirements/core.txt -r requirements/torch.txt -r requirements/dev.txt
5656
elif [ "${{ matrix.flavour }}" == "all" ]; then
57-
pip install -r requirements/dev-all.txt
57+
pip install -r requirements/core.txt -r requirements/torch.txt -r requirements/notorch.txt -r requirements/dev.txt
5858
fi
5959
6060
- name: "Install libomp (for LightGBM)"

0 commit comments

Comments
 (0)