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