Skip to content

Commit

Permalink
docs build suppress pkg precompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Jan 23, 2024
1 parent ae55a1a commit 953deed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
run: |
export JULIA_PKG_SERVER=""
[ '${{ github.ref }}' == 'refs/heads/master' ] && export CJL_DOCS_BRANCH="master" || export CJL_DOCS_BRANCH="${{ github.head_ref }}"
export JULIA_PKG_PRECOMPILE_AUTO=0
julia -e 'println("Julia gets branch: ",ENV["CJL_DOCS_BRANCH"])'
julia --project=${{ matrix.jlenv }} --check-bounds=yes -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(name="Caesar", rev=ENV["CJL_DOCS_BRANCH"]))'
julia --project=${{ matrix.jlenv }} -e 'using Pkg; Pkg.add(PackageSpec(name="RoME", rev="master"))'
Expand Down

0 comments on commit 953deed

Please sign in to comment.