Skip to content

Commit da3a49f

Browse files
committed
fix install error
1 parent c182dd4 commit da3a49f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test_qlib_from_source.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ 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
6058
6159
- name: Installing pytorch for windows
6260
if: ${{ matrix.os == 'windows-latest' }}
@@ -65,6 +63,7 @@ jobs:
6563
6664
- name: Set up Python tools
6765
run: |
66+
pip install scs --only-binary :all:
6867
make dev
6968
7069
- name: Lint with Black

0 commit comments

Comments
 (0)