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

Bug in GitHub action #82

Closed
csyhuang opened this issue Aug 19, 2023 · 0 comments
Closed

Bug in GitHub action #82

csyhuang opened this issue Aug 19, 2023 · 0 comments
Assignees

Comments

@csyhuang
Copy link
Owner

csyhuang commented Aug 19, 2023

The GitHub workflow .github/workflows/workflow.yml is using actions/setup-python@master but it seems cannot read double-digit python version. When I put in python-version: 3.10 it tested with python version 3.1.
Because of this, I am temporarily using python 3.9 in the file, just to get rid of the error caused by this.

python-version: [3.9]

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

No branches or pull requests

1 participant