Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco committed Nov 6, 2023
1 parent 553dc34 commit 9a99b2c
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 @@ -51,13 +51,13 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1

- name: Add MPIPreferences
shell: julia --color=yes --project=. {0}
shell: julia --color=yes --project=test {0}
run: |
using Pkg
Pkg.add("MPIPreferences")
- name: Use system MPI + HDF5
shell: julia --color=yes --project=. {0}
shell: julia --color=yes --project=test {0}
run: |
using MPIPreferences, HDF5
MPIPreferences.use_system_binary()
Expand Down

0 comments on commit 9a99b2c

Please sign in to comment.