Skip to content

Commit d15c675

Browse files
Update benchmarks.yml
1 parent a7721cd commit d15c675

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
run: python -m pip install --upgrade pip setuptools wheel
5656

5757
- name: Create and activate virtual environment
58-
working-directory: xla
58+
shell: bash # Force the use of bash
5959
run: |
60-
python -m venv xla/venv # Create venv inside the xla directory
61-
source xla/venv/bin/activate # Activate the environment
60+
python -m venv xla/venv
61+
source xla/venv/bin/activate
6262
6363
- name: Run setup.sh for E2E benchmarks flax_2b (within venv)
6464
working-directory: xla/xla/backends/cpu/benchmarks/e2e/gemma2/flax_2b

0 commit comments

Comments
 (0)