Skip to content

Commit

Permalink
Temp comment out notebook checks (#746)
Browse files Browse the repository at this point in the history
Will comment back in once deploy is done.
  • Loading branch information
vtomole authored Sep 11, 2023
1 parent ea02744 commit e6ab063
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,28 +237,28 @@ jobs:
run: |
check/requirements.py
notebook:
name: Notebook check
env:
SUPERSTAQ_API_KEY : ${{ secrets.SUPERSTAQ_API_KEY }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: actions/cache@v3
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('**/pyproject.toml', '**/*requirements.txt') }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ./general-superstaq[dev] -e ./qiskit-superstaq[dev] -e ./cirq-superstaq[dev] -e ./supermarq-benchmarks[dev]
- name: Notebook check
run: |
check/pytest_.py --notebook
# notebook:
# name: Notebook check
# env:
# SUPERSTAQ_API_KEY : ${{ secrets.SUPERSTAQ_API_KEY }}
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Set up Python 3.8
# uses: actions/setup-python@v4
# with:
# python-version: 3.8
# - uses: actions/cache@v3
# with:
# path: ${{ env.pythonLocation }}
# key: ${{ env.pythonLocation }}-${{ hashFiles('**/pyproject.toml', '**/*requirements.txt') }}
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# pip install -e ./general-superstaq[dev] -e ./qiskit-superstaq[dev] -e ./cirq-superstaq[dev] -e ./supermarq-benchmarks[dev]
# - name: Notebook check
# run: |
# check/pytest_.py --notebook

docs:
name: Build docs
Expand Down

0 comments on commit e6ab063

Please sign in to comment.