Skip to content

Commit

Permalink
Update JULIA_NUM_THREADS for Julia 1.10 on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Jan 31, 2024
1 parent be4059a commit e0443b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: matrix.os != 'windows-latest'
run: echo "TEST_SET=${{ matrix.test_set }}" >> $GITHUB_ENV
- name: Set JULIA_NUM_THREADS for Julia 1.10 on Ubuntu
if: matrix.version == '1.10' && matrix.os == 'ubuntu-latest' && (matrix.test_set == 'hmc_estimation' || matrix.test_set == 'tempering_estimation' || matrix.test_set == '2nd_order_estimation' || matrix.test_set == '3rd_order_estimation')
if: matrix.version == '1.10' && matrix.os == 'ubuntu-latest' && (matrix.test_set == 'estimation' || matrix.test_set == '1st_order_inversion_estimation' || matrix.test_set == '2nd_order_estimation' || matrix.test_set == '3rd_order_estimation')
run: echo "JULIA_NUM_THREADS=auto" >> $GITHUB_ENV
- uses: actions/cache@v4
env:
Expand Down

0 comments on commit e0443b6

Please sign in to comment.