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 c66a12c commit a840eb6Copy full SHA for a840eb6
.github/workflows/ci-julia-nightly.yml
@@ -39,6 +39,8 @@ jobs:
39
${{ runner.os }}-
40
- uses: julia-actions/julia-buildpkg@v1
41
- uses: julia-actions/julia-runtest@v1
42
+ env:
43
+ JULIA_NUM_THREADS: 2
44
- uses: julia-actions/julia-processcoverage@v1
45
- uses: codecov/codecov-action@v1
46
with:
.github/workflows/ci.yml
@@ -48,6 +48,8 @@ jobs:
48
49
50
51
52
53
54
55
0 commit comments