Notes: Alternative ways to install dependencies (prebuilt wheels, etc.) #948
Labels
dependencies
Pull requests that update a dependency file
infrastructure
build process, configuration, GitHub Actions
Just a note on alternative ways to install dependencies.
PyTorch
PyICU
Notes
bash -l {0}
in GitHub Actions will make it use a default Python, which can be different from one installed bysetup-python
and cause problem. (See Cannot use torch binary wheels on GitHub Actions (as default python version is 3.13) pytorch/pytorch#139288 (comment) )The text was updated successfully, but these errors were encountered: