Skip to content

Commit 26bda8d

Browse files
committed
fix: test fix CI
1 parent 819372f commit 26bda8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_qlib_from_source.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
if: ${{ matrix.os == 'macos-14' || matrix.os == 'macos-15' }}
4040
run: |
4141
python -m pip install torch torchvision torchaudio
42+
sudo apt-get update
43+
sudo apt-get install -y libhdf5-dev
4244
4345
- name: Installing pytorch for ubuntu
4446
if: ${{ matrix.os == 'ubuntu-24.04' || matrix.os == 'ubuntu-22.04' }}

0 commit comments

Comments
 (0)