File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
3636 - name : Invoke tests
3737 run : |
3838
39- # Bootstrap environment.
40- source bootstrap.sh
41-
4239 # Propagate build matrix information.
4340 ./devtools/setup_ci.sh
4441
42+ # Bootstrap environment.
43+ source bootstrap.sh
44+
4545 # Invoke validation tasks.
4646 flake8 src bin
4747 coverage run bin/test -vv1
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
3737 - name : Invoke tests
3838 run : |
3939
40- # Bootstrap environment.
41- source bootstrap.sh
42-
4340 # Propagate build matrix information.
4441 ./devtools/setup_ci.sh
4542
43+ # Bootstrap environment.
44+ source bootstrap.sh
45+
4646 # Invoke validation tasks.
4747 flake8 src bin
4848 coverage run bin/test -vv1
You can’t perform that action at this time.
0 commit comments