Skip to content

Commit

Permalink
add --no-deps to the repo deployment in the notebook testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Aug 11, 2024
1 parent b98a02c commit de38cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
shell: bash -el {0}
run: |
conda activate test
pip install -e .
pip install -e . --no-deps
pytest --nbval -k ".ipynb"

0 comments on commit de38cc0

Please sign in to comment.