We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setup_ci
bootstrap.sh
1 parent f34e70e commit e0eb2dbCopy full SHA for e0eb2db
.github/workflows/nightly.yml
@@ -36,12 +36,12 @@ jobs:
36
- name: Invoke tests
37
run: |
38
39
- # Bootstrap environment.
40
- source bootstrap.sh
41
-
42
# Propagate build matrix information.
43
./devtools/setup_ci.sh
44
+ # Bootstrap environment.
+ source bootstrap.sh
+
45
# Invoke validation tasks.
46
flake8 src bin
47
coverage run bin/test -vv1
.github/workflows/tests.yml
@@ -37,12 +37,12 @@ jobs:
48
0 commit comments