Skip to content

Commit 3165e48

Browse files
committed
Reduce job execution time
1 parent 09075a7 commit 3165e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
python: 3.8
99

1010
before_install:
11-
- bin/deploy/install_system_dependencies.sh
11+
- sudo bash bin/deploy/install_system_dependencies.sh
1212

1313
install:
14-
- bin/deploy/install_python_dependencies.sh
14+
- sudo bash bin/deploy/install_python_dependencies.sh
1515

1616
script:
1717
- sudo bash run_tests.sh

0 commit comments

Comments
 (0)