Skip to content

Commit

Permalink
Merge branch 'master' into add-pytest-benchmarks-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AmintorDusko authored Nov 9, 2023
2 parents e3abd64 + f845ae9 commit 2bc4445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/interfaces/gpu-cuda/cuda-base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN git submodule update --init --recursive \
&& pip install wheel \
&& pip install -r requirements.txt \
&& python3 setup.py install \
&& pip install pytest pytest-cov pytest-mock flaky \
&& pip install -r requirements-dev.txt \
&& make test

# create Second small build.
Expand Down
2 changes: 1 addition & 1 deletion docker/pennylane.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ COPY . .
RUN git submodule update --init --recursive
RUN pip install wheel && pip install -r requirements.txt
RUN python3 setup.py install
RUN pip install pytest pytest-cov pytest-mock flaky
RUN pip install -r requirements-dev.txt
RUN pip install -i https://test.pypi.org/simple/ pennylane-lightning --pre --upgrade
# hotfix, remove when pyscf 2.1 is released (currently no wheel for python3.10)
RUN pip install openfermionpyscf || true
Expand Down

0 comments on commit 2bc4445

Please sign in to comment.