-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Edit] Learn Git & GitHub: Python version described in the document "GitHub Actions & Tutorial On Automated Testing" gives error #5279
Comments
Hello, if approved, please assign to me. I would like to work on this. |
I too encountered this same Issue. I changed the version to 3.12.6 and it worked. |
Hey @adnanfaisal , Is this your first contribution to Codecademy Docs? If so, we’re curious to know how you found out about contributing to Docs. Thanks & Regards, |
You can take another issue, we will assign the issue to you. Please comment on the issue so we can assign it. |
Thanks, @SaviDahegaonkar!
Yes, it is my first contribution. I came to know about it from Codecademy's Git & GitHub course. |
Hello @adnanfaisal , Thanks, |
Hi @SaviDahegaonkar, thank you! Now my problem is - the issue is not in Codecademy's public doc about Git (https://www.codecademy.com/resources/docs/git), but it is in Codecademy's Learn Git & GitHub course: https://www.codecademy.com/enrolled/courses/learn-git. Can you kindly help me find the right repo to fork? Best regards, |
@SaviDahegaonkar can I work on this issue? |
@SaviDahegaonkar Kindly check this as per our discussion and close the issue at the earliest. |
Hey @adnanfaisal this is not a valid issue as it tends to change an article and not a docs entry. However, thank you for highlighting this, I"ll get this checked. |
🌸 Thanks for closing this Issue! |
Type of Edit (select all that apply)
Fix grammar, spelling, formatting
Description (optional)
In the Learn Git and GitHub course, in the topic titled GitHub Actions & Tutorial On Automated Testing (https://www.codecademy.com/courses/learn-git/articles/github-actions-tutorial-on-automated-testing), there is an example
yaml
file namelyunittests.yaml
. It mentionspython-version: 3.10.0
. But, if the workflow is run with this version, the following error is encountered.(The error seems to be due to this bug: actions/setup-python#401)
However, if Python version number is updated (for example to
3.12.0
), the workflow runs perfectly.So, the Python version number in the file
unittests.yaml
file should be corrected.Code of Conduct
For Maintainers
The text was updated successfully, but these errors were encountered: