Skip to content

Commit 3484fb7

Browse files
committed
fix install error
1 parent 4904f3d commit 3484fb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_qlib_from_source.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
6464
- name: Set up Python tools
6565
run: |
66-
python -m pip install "scs<=3.2.4"
66+
apt-get install -y build-essential cmake pkg-config
67+
apt-get install -y libopenblas-dev liblapack-dev
6768
make dev
6869
6970
- name: Lint with Black

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ dependencies = [
4545

4646
[project.optional-dependencies]
4747
dev = [
48-
4948
"pytest",
5049
"baostock",
5150
"tianshou",

0 commit comments

Comments
 (0)