Skip to content

Commit 890127f

Browse files
Fix dependency (#343)
1 parent 9477ea5 commit 890127f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
$cudaVersionPytorch = $cudaVersion.Substring(0, $cudaVersion.Length - 1)
9494
if ([int]$cudaVersionPytorch -gt 118) { $pytorchVersion = "torch==2.2.0" } else {$pytorchVersion = "torch==2.0.1"}
9595
python -m pip install --upgrade --no-cache-dir $pytorchVersion+cu$cudaVersionPytorch --index-url https://download.pytorch.org/whl/cu$cudaVersionPytorch
96-
python -m pip install build setuptools wheel ninja
96+
python -m pip install build setuptools wheel ninja requests
9797
9898
# Print version information
9999
python --version
@@ -206,7 +206,7 @@ jobs:
206206
sudo apt-get update
207207
sudo apt-get install -y --no-install-recommends rocsparse-dev rocthrust-dev rocblas-dev hipblas-dev hipsparse-dev
208208
209-
python -m pip install --upgrade build setuptools wheel
209+
python -m pip install --upgrade build setuptools wheel requests
210210
211211
if [[ "${{ matrix.rocm }}" == "5.7.1" ]]; then
212212
python -m pip install torch==2.2.0 --index-url https://download.pytorch.org/whl/rocm5.7

0 commit comments

Comments
 (0)