Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri committed Oct 2, 2023
1 parent 6c17d8d commit 7de5803
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build:asan --copt -fsanitize=address
build:asan --linkopt -fsanitize=address

# Memory sanitizer
build:msan --config=sanitizer
# build:msan --config=sanitizer
build:msan --copt -fsanitize=leak
build:msan --linkopt -fsanitize=leak

Expand Down
2 changes: 2 additions & 0 deletions pybind_interface/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FROM qsim
# Install additional requirements
RUN apt-get install -y python3-dev python3-pybind11 python3-pytest python3-pip

RUN apt-get remove python-numpy

# The --force flag is used mainly so that the old numpy installation from pybind
# gets replaced with the one cirq requires
RUN pip3 install --prefer-binary cirq-core --force
Expand Down

0 comments on commit 7de5803

Please sign in to comment.