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 d418780 commit b17bc1aCopy full SHA for b17bc1a
.github/workflows/run_tests_linux.yml
@@ -19,6 +19,10 @@ jobs:
19
- name: Checkout code
20
uses: actions/checkout@v3
21
22
+ - name: Checkout submodules
23
+ if: matrix.shard == 1
24
+ run: git submodule update --init --recursive
25
+
26
- name: Setup environment
27
uses: conda-incubator/setup-miniconda@v3
28
with:
@@ -105,4 +109,4 @@ jobs:
105
109
files: ./coverage.xml
106
110
flags: unittests
107
111
fail_ci_if_error: true
108
- verbose: true
112
+ verbose: true
.github/workflows/run_tests_osx_win.yml
@@ -33,6 +33,10 @@ jobs:
33
34
35
36
37
38
39
40
41
42
0 commit comments