We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f353b3a commit 96882f5Copy full SHA for 96882f5
1 file changed
.github/workflows/unit_tests_common.yml
@@ -160,7 +160,7 @@ jobs:
160
161
source /opt/conda/etc/profile.d/conda.sh && conda activate base
162
python3 -m pip install nvdlfw-inspect --no-deps || true
163
- python3 -m pip install --upgrade pip setuptools wheel --user
+ pip install setuptools==69.5.1
164
165
echo '===== 3. Build and Install TransformerEngine-FL ====='
166
python3 -m pip uninstall transformer_engine -y || true
0 commit comments