Skip to content

Commit

Permalink
Use the released version of quantum-serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Nov 4, 2022
1 parent a86e022 commit ad15294
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 13 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
pip install tox coveragepy-lcov
- name: Run coverage
run: |
eval $(ssh-agent -s)
ssh-add - <<< '${{ secrets.PRIVATE_SSH_KEY }}'
tox -e coverage
- name: Convert to lcov
run: coveragepy-lcov --output_file_path coveralls.info
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
- name: Build docs
shell: bash
run: |
eval $(ssh-agent -s)
ssh-add - <<< '${{ secrets.PRIVATE_SSH_KEY }}'
tox -edocs
- name: Deploy docs
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ jobs:
- name: Run styles check
shell: bash
run: |
eval $(ssh-agent -s)
ssh-add - <<< '${{ secrets.PRIVATE_SSH_KEY }}'
tox -elint
2 changes: 0 additions & 2 deletions .github/workflows/test_development_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,5 @@ jobs:
- name: Test using tox environment
shell: bash
run: |
eval $(ssh-agent -s)
ssh-add - <<< '${{ secrets.PRIVATE_SSH_KEY }}'
pver=${{ matrix.python-version }}
tox -epy${pver/./},py${pver/./}-notebook
2 changes: 0 additions & 2 deletions .github/workflows/test_latest_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,5 @@ jobs:
- name: Test using tox environment
shell: bash
run: |
eval $(ssh-agent -s)
ssh-add - <<< '${{ secrets.PRIVATE_SSH_KEY }}'
pver=${{ matrix.python-version }}
tox -epy${pver/./},py${pver/./}-notebook
2 changes: 0 additions & 2 deletions .github/workflows/test_minimum_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,5 @@ jobs:
- name: Test using tox environment
shell: bash
run: |
eval $(ssh-agent -s)
ssh-add - <<< '${{ secrets.PRIVATE_SSH_KEY }}'
pver=${{ matrix.python-version }}
tox -epy${pver/./},py${pver/./}-notebook
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test = [
"pytest-randomly>=1.2.0",
]
notebook-dependencies = [
"quantum-serverless @ git+ssh://git@github.com/Qiskit-Extensions/quantum-serverless.git#subdirectory=client",
"quantum-serverless>=0.0.1",
"pyscf>=2.0.1; sys_platform != 'win32'",
"matplotlib",
"ipywidgets",
Expand Down

0 comments on commit ad15294

Please sign in to comment.