Skip to content

Commit

Permalink
Fix runtime integration tests (#28)
Browse files Browse the repository at this point in the history
* Fix runtime integration tests

* Cleanup experiment integration tests
  • Loading branch information
rathishcholarajan authored Nov 24, 2021
1 parent 1e027c3 commit 7320265
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 88 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/cron-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,3 @@ jobs:
pip install -U -c constraints.txt -r requirements-dev.txt
- name: Run Tests
run: make runtime_integration
experiment-integration:
name: experiment-integration
runs-on: macOS-latest
env:
QISKIT_IBM_RUNTIME_STAGING_API_TOKEN: ${{ secrets.QISKIT_IBM_RUNTIME_STAGING_API_TOKEN }}
QISKIT_IBM_RUNTIME_STAGING_API_URL: ${{ secrets.QISKIT_IBM_RUNTIME_STAGING_API_URL }}
QISKIT_IBM_RUNTIME_STAGING_DEVICE: "ibmq_qasm_simulator"
QISKIT_IBM_RUNTIME_USE_STAGING_CREDENTIALS: True
LOG_LEVEL: DEBUG
STREAM_LOG: True
QISKIT_IN_PARALLEL: True
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Deps
run: |
python -m pip install --upgrade pip
pip install -c constraints.txt -e .
pip install -U -c constraints.txt -r requirements-dev.txt
- name: Run Tests
run: make experiment_integration
Loading

0 comments on commit 7320265

Please sign in to comment.