Skip to content

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

Open
stes wants to merge 6 commits intomainfrom
stes/add-workflow
Open

[WIP] Add workflow for benchmark run and docs build#9
stes wants to merge 6 commits intomainfrom
stes/add-workflow

Conversation

@stes
Copy link
Collaborator

@stes stes commented Nov 7, 2023

Fix #4

Comment on lines +24 to +27
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.9'
Copy link
Contributor

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