Skip to content

Commit c9b0b5b

Browse files
authored
Add environment variable for Julia CI job
Set JULIA_NUM_THREADS environment variable to '1'.
1 parent 19898f1 commit c9b0b5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
test:
1010
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1111
runs-on: ${{ matrix.os }}
12+
env:
13+
JULIA_NUM_THREADS: '1'
1214
strategy:
1315
fail-fast: false
1416
matrix:

0 commit comments

Comments
 (0)