Skip to content

Commit

Permalink
Use MA branch
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jul 23, 2024
1 parent 466e619 commit d137bed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- name: MOI
shell: julia --project=@. {0}
run: |
using Pkg
Pkg.add([
PackageSpec(name="MutableArithmetics", rev="bl/zero_number"),
])
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
shell: julia --color=yes --project=docs/ {0}
run: |
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.add([
PackageSpec(name="MutableArithmetics", rev="bl/zero_number"),
PackageSpec(path=pwd()),
])
Pkg.instantiate()
- name: Build and deploy
env:
Expand Down

0 comments on commit d137bed

Please sign in to comment.