We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c182dd4 commit da3a49fCopy full SHA for da3a49f
.github/workflows/test_qlib_from_source.yml
@@ -55,8 +55,6 @@ jobs:
55
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-22.04' }}
56
run: |
57
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
60
61
- name: Installing pytorch for windows
62
if: ${{ matrix.os == 'windows-latest' }}
@@ -65,6 +63,7 @@ jobs:
65
63
66
64
- name: Set up Python tools
67
+ pip install scs --only-binary :all:
68
make dev
69
70
- name: Lint with Black
0 commit comments