File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ concurrency:
2929 group : ${{ github.workflow }}-${{ github.ref }}
3030 cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
3131
32+ env :
33+ JULIA_NUM_THREADS : auto
34+
3235jobs :
3336 # Build job
3437 build :
4245 - uses : julia-actions/julia-buildpkg@v1
4346 - uses : julia-actions/julia-docdeploy@v1
4447 env :
48+ JULIA_NUM_THREADS : auto
4549 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
4650 DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
4751 JULIA_DEBUG : " Documenter"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ concurrency:
3232 cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
3333
3434env :
35- JULIA_NUM_THREADS : 11
35+ JULIA_NUM_THREADS : auto
3636
3737jobs :
3838 test :
6565 - uses : julia-actions/cache@v2
6666 - uses : julia-actions/julia-buildpkg@v1
6767 - uses : julia-actions/julia-runtest@v1
68+ env :
69+ JULIA_NUM_THREADS : auto
6870 - uses : julia-actions/julia-processcoverage@v1
6971 - uses : codecov/codecov-action@v5
7072 with :
You can’t perform that action at this time.
0 commit comments