We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84120b4 commit 6e006bcCopy full SHA for 6e006bc
.circleci/config.yml
@@ -13,7 +13,7 @@ jobs:
13
- python/install-packages:
14
pip-dependency-file: dev-requirements.txt
15
pkg-manager: pip
16
- args: pytest -r cpuonly-torch.txt
+ args: torch pytest
17
- run:
18
name: Run tests
19
command: pytest --junitxml=junit.xml || ((($? == 5)) && echo 'Did not find any tests to run.')
0 commit comments