We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3484fb7 commit c182dd4Copy full SHA for c182dd4
.github/workflows/test_qlib_from_source.yml
@@ -55,6 +55,8 @@ 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' }}
@@ -63,8 +65,6 @@ jobs:
63
65
64
66
- name: Set up Python tools
67
- apt-get install -y build-essential cmake pkg-config
- apt-get install -y libopenblas-dev liblapack-dev
68
make dev
69
70
- name: Lint with Black
0 commit comments