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

[WIP] Add workflow for benchmark run and docs build #9

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

stes
Copy link
Collaborator

@stes stes commented Nov 7, 2023

Fix #4

requirements.txt Outdated Show resolved Hide resolved
.github/workflows/build.yml Outdated Show resolved Hide resolved
Comment on lines +24 to +27
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.9'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Probably a small typo but should this be:

Suggested change
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: '3.9'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to automatic github action build after upstream merge
2 participants