Skip to content

Commit

Permalink
Use temporary Nemo CI branch
Browse files Browse the repository at this point in the history
  • Loading branch information
albinahlback committed Jan 27, 2025
1 parent 1e8a050 commit 5edee3c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,11 @@ jobs:
- name: "Set up Nemo.jl"
run: |
# Use Nemo's master branch
git clone https://github.com/Nemocas/Nemo.jl.git
# # Use Nemo's master branch
# git clone https://github.com/Nemocas/Nemo.jl.git
# Use temporary branch
git clone -b flint_matrix_stride --depth 1 https://github.com/albinahlback/Nemo.jl.git
# Override FLINT_jll's libflint with ours
julia -e "import Pkg; Pkg.develop(path=\"./Nemo.jl\");"
Expand Down

0 comments on commit 5edee3c

Please sign in to comment.