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 9e0d8e6 commit b422a47Copy full SHA for b422a47
.github/workflows/ci.yml
@@ -59,6 +59,7 @@ jobs:
59
Pkg.develop(PackageSpec(path=pwd()))
60
Pkg.instantiate()'
61
- run: |
62
+ export JULIA_CPU_THREADS = 2
63
julia --project=./docs -e '
64
using Documenter: doctest
65
using StreamSampling
0 commit comments