Skip to content

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

3 participants