Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: run specific notebooks from GitHub Actions #154

Merged
merged 3 commits into from Jun 7, 2022
Merged

Conversation

redeboer
Copy link
Member

@redeboer redeboer commented Jun 7, 2022

Closes #152

@redeboer redeboer added the 🖱️ DX Improvements to the Developer Experience label Jun 7, 2022
@redeboer redeboer self-assigned this Jun 7, 2022
Comment on lines +15 to +20
tools:
python: "3.8"
commands:
- pip install -e .[doc] -c .constraints/py3.8.txt
- cat docs/conf.py
- sphinx-build --keep-going -TW -b html docs/ _readthedocs/html
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is added to fix this problem, but this will probably result in failed notebook execution when graphviz is required. See ComPWA/policy#76 (comment).

@redeboer redeboer merged commit 715ce7a into main Jun 7, 2022
@redeboer redeboer deleted the run-specific-notebook branch June 7, 2022 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖱️ DX Improvements to the Developer Experience
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow running specific notebooks from notebook action
1 participant