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 e1a44b5 commit 93655a3Copy full SHA for 93655a3
.drone.yml
@@ -43,7 +43,7 @@ steps:
43
- sh tests/special_tests.sh
44
- coverage report
45
- python -m pytest benchmarks pl_examples -v --maxfail=2 --durations=0
46
- - pl_examples/run_ddp-example.sh
+ - bash pl_examples/run_ddp-example.sh
47
# see: https://docs.codecov.io/docs/merging-reports
48
- codecov --token $CODECOV_TOKEN --flags=gpu,pytest --name="GPU-coverage" --env=linux --build $DRONE_BUILD_NUMBER --commit $DRONE_COMMIT
49
# --build $DRONE_BUILD_NUMBER --branch $DRONE_BRANCH --commit $DRONE_COMMIT --tag $DRONE_TAG --pr $DRONE_PULL_REQUEST
0 commit comments