Skip to content

Commit

Permalink
Merge pull request #15 from saipavanc/master
Browse files Browse the repository at this point in the history
Fix pytests
  • Loading branch information
petergthatsme committed Mar 1, 2024
2 parents 8dc8882 + b08d23c commit e2ae64a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1,106 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/pytests.yml
Expand Up @@ -22,14 +22,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install Cython
pip install numpy
pip install scipy
pip install ipywidgets
pip install -r workflow-requirements.info
python -m pip install git+https://github.com/scqubits/scqubits.git
python -m pip install -r workflow-requirements.info
- name: Test notebooks with py.test --nbval-lax
run: |
pip install pytest
pip install nbval
pip install pytest nbval
py.test --nbval-lax

0 comments on commit e2ae64a

Please sign in to comment.