Skip to content

Commit

Permalink
Merge pull request flintlib#1562 from albinahlback/temporary_nemo_fix
Browse files Browse the repository at this point in the history
Make temporary fix for Nemo CI
  • Loading branch information
albinahlback authored Nov 1, 2023
2 parents 1171d04 + d8abf89 commit 38a6d9d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ jobs:
# nemo
##############################################################################
nemo:
name: Nemo.jl
name: Nemo.jl (temporary branch)

runs-on: ubuntu-latest

Expand Down Expand Up @@ -618,7 +618,11 @@ jobs:
- name: "Set up Nemo.jl"
run: |
# Override FLINT_jll's libflint with ours
git clone https://github.com/Nemocas/Nemo.jl.git
# NOTE: Reverse me when Nemo uses FLINT v3.
# git clone https://github.com/Nemocas/Nemo.jl.git
git clone https://github.com/albinahlback/Nemo.jl.git && cd Nemo.jl && git checkout flint3 && cd ..
julia -e "import Pkg; Pkg.develop(path=\"./Nemo.jl\");"
echo -e "[e134572f-a0d5-539d-bddf-3cad8db41a82]\nFLINT = \"${LOCAL}\"" > ~/.julia/artifacts/Overrides.toml
touch Nemo.jl/src/Nemo.jl
Expand Down

0 comments on commit 38a6d9d

Please sign in to comment.