Skip to content

Commit 7877444

Browse files
authored
update python command for mi250 (#652)
1 parent 1e0d2c3 commit 7877444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_models.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- name: Sync source deps
3737
# build IREE from source with -DIREE_BUILD_TRACY=ON if getting tracy profile
3838
run: |
39-
python -m venv turbine_venv
39+
python3.11 -m venv turbine_venv
4040
source turbine_venv/bin/activate
41-
python -m pip install --upgrade pip
41+
python3.11 -m pip install --upgrade pip
4242
# Note: We install in three steps in order to satisfy requirements
4343
# from non default locations first. Installing the PyTorch CPU
4444
# wheels saves multiple minutes and a lot of bandwidth on runner setup.

0 commit comments

Comments
 (0)