Skip to content

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

Open
stes wants to merge 6 commits into
mainfrom
stes/add-workflow
Open

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

Conversation

@stes

@stesstes commented Nov 7, 2023

Copy link
Copy Markdown
Collaborator

Fix#4

@stesstes mentioned this pull request Nov 7, 2023
Comment threadrequirements.txt Outdated
Comment thread.github/workflows/build.yml Outdated
Comment on lines +24 to +27
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.9'

Copy link
Copy Markdown
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 freeto 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

@stes@n-poulsen