Skip to content

Commit

Permalink
Test with change in MP
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 2, 2024
1 parent 3174bdd commit 1c6113d
Showing 1 changed file with 7 additions and 0 deletions.
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:
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- name: dev
shell: julia --project=@. {0}
run: |
using Pkg
Pkg.add([
PackageSpec(name="MultivariatePolynomials", rev="bl/div_field"),
])
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
Expand Down

0 comments on commit 1c6113d

Please sign in to comment.