Skip to content

Commit

Permalink
pkg command
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Sep 5, 2024
1 parent 940ee69 commit e46deeb
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 @@ -116,7 +116,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON: ""
- run: julia -e 'using Pkg; Pkg.add("MPI#vc/custom_ops")'
- run: julia -e 'using Pkg; pkg"add MPI#vc/custom_ops")'
- name: Run tests without coverage
uses: julia-actions/julia-runtest@v1
with:
Expand Down

0 comments on commit e46deeb

Please sign in to comment.