Skip to content

Commit c182dd4

Browse files
committed
fix install error
1 parent 3484fb7 commit c182dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_qlib_from_source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-22.04' }}
5656
run: |
5757
python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
58+
sudo apt-get install -y build-essential cmake pkg-config
59+
sudo apt-get install -y libopenblas-dev liblapack-dev
5860
5961
- name: Installing pytorch for windows
6062
if: ${{ matrix.os == 'windows-latest' }}
@@ -63,8 +65,6 @@ jobs:
6365
6466
- name: Set up Python tools
6567
run: |
66-
apt-get install -y build-essential cmake pkg-config
67-
apt-get install -y libopenblas-dev liblapack-dev
6868
make dev
6969
7070
- name: Lint with Black

0 commit comments

Comments
 (0)