Skip to content

Commit f659b6a

Browse files
TroyGardenfacebook-github-bot
authored andcommitted
skip python 3.13t for pip install fbgemm-gpu (#3118)
Summary: Pull Request resolved: #3118 # context * the release validation use pip install from PYPI * fbgemm-gpu can't support python 3.13t in PYPI yet * skip python 3.13t in the release validation Reviewed By: spmex Differential Revision: D76998935 fbshipit-source-id: c0956fe7e6a948c4bf6452853c905323f9d6303d
1 parent c2492c3 commit f659b6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/validate_binaries.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ else
125125
fi
126126

127127
if [[ ${MATRIX_PYTHON_VERSION} = '3.13t' ]]; then
128+
exit 0 # fbgemm-gpu can't support python=3.13t in PYPI
128129
# use conda-forge to install python3.13t
129130
conda create -y -n "${CONDA_ENV}" python="3.13" python-freethreading -c conda-forge
130131
conda run -n "${CONDA_ENV}" python -c "import sys; print(f'python GIL enabled: {sys._is_gil_enabled()}')"

0 commit comments

Comments
 (0)