Skip to content

Commit

Permalink
Merge pull request JuliaLinearAlgebra#132 from imciner2/im/winci
Browse files Browse the repository at this point in the history
Ignore environment changes in CI
  • Loading branch information
ViralBShah authored Aug 9, 2023
2 parents d439e4f + 4c55af6 commit 54bc66a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ jobs:
Pkg.develop(PackageSpec(path=pwd()))
Pkg.build("MKL"; verbose=true)
- uses: julia-actions/julia-runtest@latest
env:
# Loading MKL during the tests can create an environment variable for OpenMP that is visible after the tests (#130)
JULIA_TEST_CHECK_MUTATED_ENV: "false"

0 comments on commit 54bc66a

Please sign in to comment.