Skip to content

Commit 35b7279

Browse files
committed
v3.0.0: on-demand dataset downloads, lazy imports, docs fixes, CI pycddlib
1 parent 2e203ff commit 35b7279

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
/usr/local/bin/python -m pip install --upgrade pip &&
1616
pip install -r requirements.txt &&
1717
pip install -r dev-requirements.txt &&
18-
pip install -r ci-requirements.txt
18+
pip install -r ci-requirements.txt &&
19+
pip install pycddlib
1920
2021
- run:
2122
name: Check code styling and run tests
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)