Skip to content

Commit

Permalink
remove unneeded tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Sep 11, 2024
1 parent 8973b19 commit 28e5d0a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions quil-py/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@ description = "Build the python package and install to the active virtual enviro
command = "maturin"
args = ["develop"]

[tasks.pre-test-docker-up]
script = [
'''
docker compose up -d || { echo 'Warning: `docker compose up` failed. Assuming QVM and quilc are running already.'; true; }
'''
]

[tasks.post-test]
script = [
'''
docker compose down || true
'''
]

[tasks.test]
command = "pytest"
args = ["tests_py"]
Expand Down

0 comments on commit 28e5d0a

Please sign in to comment.