Skip to content

Commit

Permalink
Don't need multiple Julia threads during CI buildpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed May 21, 2023
1 parent 55affcc commit 87d6ed2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON: 'Conda'
JULIA_NUM_THREADS: '2'
- uses: julia-actions/julia-runtest@v1
with:
coverage: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64' }}
Expand All @@ -76,7 +75,6 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON: 'Conda'
JULIA_NUM_THREADS: '2'
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 87d6ed2

Please sign in to comment.