Skip to content

Commit

Permalink
Increasing number of threads on CI test step
Browse files Browse the repository at this point in the history
  • Loading branch information
pebeto committed May 21, 2024
1 parent 5716e4b commit 74d02b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
JULIA_NUM_THREADS: '2'
MLFLOW_TRACKING_URI: "http://localhost:5000/api"
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 74d02b5

Please sign in to comment.