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 fe0090a commit c1dfbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybind_interface/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM qsim

# Install additional requirements
RUN apt-get install -y python3-dev python3-pybind11 python3-pytest python3-pip python3.11-venv
RUN apt-get install -y python3-dev python3-pybind11 python3-pytest python3-pip python3-venv

# Create a virtual environment to avoid collision between system packages and cirq deps.
RUN python3 -m venv test_env
Expand Down

0 comments on commit c1dfbd1

Please sign in to comment.