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 57829a9 commit a7721cdCopy full SHA for a7721cd
.github/workflows/benchmarks.yml
@@ -55,6 +55,7 @@ jobs:
55
run: python -m pip install --upgrade pip setuptools wheel
56
57
- name: Create and activate virtual environment
58
+ working-directory: xla
59
run: |
60
python -m venv xla/venv # Create venv inside the xla directory
61
source xla/venv/bin/activate # Activate the environment
0 commit comments