Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ stage_generic: &stage_generic
# Install step for jobs that require compilation and qa.
# TODO: until the split is complete, install a terra branch.
# - pip install -U -r requirements.txt
- git clone --single-branch --branch feature/remove-ibmq https://github.com/diego-plan9/qiskit-sdk-py.git
- pip install -e qiskit-sdk-py
- git clone https://github.com/Qiskit/qiskit-terra.git
- pip install -e qiskit-terra
- pip install "requests>=2.19"
- pip install "requests-ntlm>=1.1.0"
- pip install -U -r requirements-dev.txt
Expand Down