We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819372f commit 26bda8dCopy full SHA for 26bda8d
.github/workflows/test_qlib_from_source.yml
@@ -39,6 +39,8 @@ jobs:
39
if: ${{ matrix.os == 'macos-14' || matrix.os == 'macos-15' }}
40
run: |
41
python -m pip install torch torchvision torchaudio
42
+ sudo apt-get update
43
+ sudo apt-get install -y libhdf5-dev
44
45
- name: Installing pytorch for ubuntu
46
if: ${{ matrix.os == 'ubuntu-24.04' || matrix.os == 'ubuntu-22.04' }}
0 commit comments