Skip to content

Commit

Permalink
remove the notebook testing from the conda-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Dec 7, 2024
1 parent 602d504 commit dca8f92
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/conda-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,3 @@ jobs:
conda config --show-sources
conda config --show
pytest -sv
- name: test Jupyter notebook
shell: bash -el {0}
run: |
conda activate test
pip install -e .
pytest --nbval -k ".ipynb"

0 comments on commit dca8f92

Please sign in to comment.