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

Fix ghpages python version string #1286

Merged
merged 5 commits into from Feb 22, 2024
Merged

Fix ghpages python version string #1286

merged 5 commits into from Feb 22, 2024

Conversation

achantavy
Copy link
Contributor

Similar issue as this: actions/setup-python#401 (comment)

3.10 gets interpreted as 3.1 when I want it to be "3.10".

@@ -24,7 +24,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix templating is broken, I wouldn't spend too much time on updating it: #1284

heryxpc
heryxpc previously approved these changes Feb 22, 2024
@achantavy achantavy merged commit 6b134e5 into master Feb 22, 2024
5 checks passed
@achantavy achantavy deleted the fixsphinx branch February 22, 2024 23:14
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.

None yet

3 participants