Skip to content

Commit 8e24935

Browse files
committed
Add nlp test dependency
1 parent 2b90904 commit 8e24935

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Install python deps
4545
run: |
46-
python -m pip install pytest numpy highsbox
46+
python -m pip install pytest numpy highsbox llvmlite tccbox
4747
4848
- name: Build
4949
# We need to use gcc-10 to support c++ concepts

.github/workflows/macos-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Install python deps
4444
run: |
45-
python -m pip install pytest numpy highsbox
45+
python -m pip install pytest numpy highsbox llvmlite tccbox
4646
4747
- name: Build
4848
run: |

.github/workflows/windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Install python deps
4444
run: |
45-
python -m pip install pytest numpy highsbox
45+
python -m pip install pytest numpy highsbox llvmlite tccbox
4646
4747
- name: Build
4848
run: |

0 commit comments

Comments
 (0)