Skip to content

Commit a532866

Browse files
authored
Update integration_test_8gpu_amd.yaml
1 parent 79c5253 commit a532866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_test_8gpu_amd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
# The generic Linux job chooses to use base env, not the one setup by the image
3030
conda install -c conda-forge jq -y
3131
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
32+
conda create -yn "${CONDA_ENV}"
3233
conda activate "${CONDA_ENV}"
33-
conda create -yn test-mps-ops-env python=3.11
3434
pip config --user set global.progress_bar off
3535
pip install -r requirements.txt
3636
python -m pip install --force-reinstall --pre torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3

0 commit comments

Comments
 (0)