Skip to content

Commit

Permalink
Reduce number of threads to work with Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Jan 19, 2024
1 parent 1254e82 commit 4107f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
env:
JULIA_NUM_THREADS: 4
JULIA_NUM_THREADS: 2
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
- uses: julia-actions/julia-runtest@latest
continue-on-error: true
env:
JULIA_NUM_THREADS: 4
JULIA_NUM_THREADS: 2

2 comments on commit 4107f08

@lkdvos
Copy link
Member Author

@lkdvos lkdvos commented on 4107f08 Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

New features

  • Different naming conventions are supported
  • Disk-cached CGCs

Utility

  • Updated github actions

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/99122

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 4107f08eb54399491aabf79e768889c6c2a24b05
git push origin v0.2.0

Please sign in to comment.