Skip to content

Commit

Permalink
Remove PythonCall [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Sep 26, 2023
1 parent f8a2cfe commit e20b04f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
arch: ${{ matrix.arch }}
- name: Create Sysimage
run: |
julia -e 'using InteractiveUtils; versioninfo()'
julia --project=notebooks -e 'using Pkg; Pkg.instantiate()'
julia --project=scripts --threads=auto ./scripts/create_sysimage.jl
Expand Down
4 changes: 2 additions & 2 deletions scripts/create_sysimage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const PACKAGES = [
"JuMP",
# QUBO
"QUBO",
"DWave",
"DWaveNeal",
# "DWave", # These use PythonCall!
# "DWaveNeal", #
# Visualization
# "Plots",
# "Measures",
Expand Down

0 comments on commit e20b04f

Please sign in to comment.