Skip to content

Commit

Permalink
[SDS-NNN] Nightly build switch to python 3.7 (minimum version for qis…
Browse files Browse the repository at this point in the history
…kit terra) (#124)
  • Loading branch information
QFer committed Dec 10, 2021
1 parent c785ad9 commit 4e03aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
repository: qiskit/qiskit-terra
path: qiskit-terra
- name: Set up Python 3.6
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.7
- name: pip install prerequisites
uses: BSFishy/pip-action@v1
with:
Expand Down

0 comments on commit 4e03aa5

Please sign in to comment.