Skip to content

Commit

Permalink
change cuda asv file
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorii committed Nov 12, 2021
1 parent ba52df4 commit 06621a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/asv.linux.cuda.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,18 @@
"python -c \"import shutil; shutil.rmtree('{build_dir}/qiskit', True)\"",
"python -c \"import shutil; shutil.rmtree('{build_dir}/qiskit_aer.egg-info', True)\"",
"pip install git+https://github.com/Qiskit/qiskit-terra",
"pip install qiskit_nature",
"python -mpip install {wheel_file}"
],
"uninstall_command": [
"return-code=any python -mpip uninstall -y qiskit-terra",
"return-code=any python -mpip uninstall -y qiskit_nature",
"return-code=any python -mpip uninstall -y {project}"
],
"build_command": [
"python -mpip install -U scikit-build",
"pip install git+https://github.com/Qiskit/qiskit-terra",
"pip install qiskit_nature",
"pip install pyscf",
"pip install matplotlib",
"pip install qiskit_nature",
Expand Down

0 comments on commit 06621a3

Please sign in to comment.