Skip to content

Commit 7ce2c42

Browse files
committed
Updated config.yml
1 parent 9de373e commit 7ce2c42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ jobs:
7979
environment:
8080
USE_HOST_DEPS: "1"
8181
command: |
82-
nox -s download_test_models
82+
cd tests/modules
83+
python3 hub.py
84+
cd ../..
8385
8486
- run:
8587
name: Run core / C++ tests

0 commit comments

Comments
 (0)