Skip to content

Commit 93655a3

Browse files
committed
run
1 parent e1a44b5 commit 93655a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ steps:
4343
- sh tests/special_tests.sh
4444
- coverage report
4545
- python -m pytest benchmarks pl_examples -v --maxfail=2 --durations=0
46-
- pl_examples/run_ddp-example.sh
46+
- bash pl_examples/run_ddp-example.sh
4747
# see: https://docs.codecov.io/docs/merging-reports
4848
- codecov --token $CODECOV_TOKEN --flags=gpu,pytest --name="GPU-coverage" --env=linux --build $DRONE_BUILD_NUMBER --commit $DRONE_COMMIT
4949
# --build $DRONE_BUILD_NUMBER --branch $DRONE_BRANCH --commit $DRONE_COMMIT --tag $DRONE_TAG --pr $DRONE_PULL_REQUEST

0 commit comments

Comments
 (0)