Skip to content

Commit 6e006bc

Browse files
committed
update config
1 parent 84120b4 commit 6e006bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- python/install-packages:
1414
pip-dependency-file: dev-requirements.txt
1515
pkg-manager: pip
16-
args: pytest -r cpuonly-torch.txt
16+
args: torch pytest
1717
- run:
1818
name: Run tests
1919
command: pytest --junitxml=junit.xml || ((($? == 5)) && echo 'Did not find any tests to run.')

0 commit comments

Comments
 (0)