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

Feature: CI with GitHub actions #41

Merged
merged 4 commits into from
Jan 25, 2022
Merged

Conversation

Moritz-Alexander-Kern
Copy link
Contributor

Continuous Integration with GitHub Actions (Travis ⟶ GitHub actions)

In this workflow one runner is setup to build the documentation for viziphant.

1. docs:

  • OS: Ubuntu, Python: [3.6, 3.7, 3.8]
  • pip install requirements (requirements-docs.txt, requirements.txt)
  • install pandoc with conda
  • make html

Runners:

  • docs (ubuntu-latest, 3.6)
  • docs (ubuntu-latest, 3.7)
  • docs (ubuntu-latest, 3.8)

@mdenker mdenker merged commit 774df96 into master Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants