diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 474b6ed..f9a48a8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: branches: '**' jobs: - benchmark: + deploy: if: ${{ !(github.event_name == 'push') || contains(github.event.head_commit.message, '[deploy]') }} name: Julia ${{ matrix.julia-version }}, @ ${{ matrix.os }}/${{ matrix.arch }}/${{ github.event_name }} runs-on: ${{ matrix.os }} @@ -17,6 +17,9 @@ jobs: - julia-version: '1.9.1' os: ubuntu-22.04 arch: x64 + env: + GH_REPO: ${{ github.repository }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v3 - uses: julia-actions/setup-julia@v1 diff --git a/scripts/create_sysimage.jl b/scripts/create_sysimage.jl index b374048..bc6e636 100644 --- a/scripts/create_sysimage.jl +++ b/scripts/create_sysimage.jl @@ -9,24 +9,24 @@ mkpath(dirname(SYSIMAGE_PATH)) const PACKAGES = [ # Misc "Graphs", - # "Karnak", - # "SpecialFunctions", - # # GAMA - # "BinaryWrappers", - # "lib4ti2_jll", - # # JuMP - # "AmplNLWriter", - # "Bonmin_jll", - # "Cbc", - # "Couenne_jll", - # "GLPK", - # "HiGHS", - # "Ipopt", - # "JuMP", - # # QUBO - # "QUBO", - # "DWave", - # "DWaveNeal", + "Karnak", + "SpecialFunctions", + # GAMA + "BinaryWrappers", + "lib4ti2_jll", + # JuMP + "AmplNLWriter", + "Bonmin_jll", + "Cbc", + "Couenne_jll", + "GLPK", + "HiGHS", + "Ipopt", + "JuMP", + # QUBO + "QUBO", + "DWave", + "DWaveNeal", # Visualization # "Plots", # "Measures",