Fix name of AerSimulator generated by AerProvider #1926
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Qiskit Neko Integration Tests | |
on: | |
push: | |
pull_request: | |
branches: ['main', 'stable/*'] | |
concurrency: | |
group: ${{ github.repository }}-${{ github.ref }}-${{ github.head_ref }}-${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
neko: | |
name: Qiskit Neko Integration Tests | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Qiskit/qiskit-neko@main | |
with: | |
test_selection: backend | |
repo_install_command: | | |
pip install conan | |
pip install . |