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

Update CI guide to use setup-uv and nuget #132

Merged
merged 2 commits into from
Feb 3, 2025

Conversation

ngoldbaum
Copy link
Collaborator

@ngoldbaum ngoldbaum commented Feb 3, 2025

I think setup-uv is sufficiently nice that we should just always recommend it in the guide. Let's continue not explicitly recommending our setup-python fork.

I also updated the windows install instructions to use a nuget Python, which avoids issues with mixing installs.

FYI @eifinger

Copy link
Member

@rgommers rgommers left a comment

Choose a reason for hiding this comment

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

Looks like a good idea indeed, thanks Nathan. One minor issue found, then this seems good to merge.

docs/ci.md Outdated
Start-Process "setup-python.exe" -argumentlist "/quiet PrependPath=1 TargetDir=C:\Python313 Include_freethreaded=1" -wait
C:\Python313\python3.13t.exe -m pip install -r requirements.txt
C:\Python313\python3.13t.exe -c "import sys; print(sys._is_gil_enabled())"
$pythonInstallerUrl = "https://www.nuget.org/api/v2/package/python-freethreaded/3.13.1'
Copy link
Member

Choose a reason for hiding this comment

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

small typo here I think - " ... ' has mismatching quotation marks.

@ngoldbaum ngoldbaum merged commit 69af5f1 into Quansight-Labs:main Feb 3, 2025
2 checks passed
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.

2 participants