Skip to content

Commit 74d02b5

Browse files
committed
Increasing number of threads on CI test step
1 parent 5716e4b commit 74d02b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- uses: julia-actions/julia-buildpkg@v1
5858
- uses: julia-actions/julia-runtest@v1
5959
env:
60+
JULIA_NUM_THREADS: '2'
6061
MLFLOW_TRACKING_URI: "http://localhost:5000/api"
6162
- uses: julia-actions/julia-processcoverage@v1
6263
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)