Skip to content

Commit edbca1e

Browse files
authored
Merge pull request #1293 from lukaszstolarczuk/fix-bench-venv
[CI] Add pip's venv into PATH in benchmarks' workflow
2 parents 0c44ef6 + eacb611 commit edbca1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
run: |
131131
python -m venv .venv
132132
source .venv/bin/activate
133+
echo "$PATH" >> $GITHUB_PATH
133134
pip install -r ${{github.workspace}}/sc/devops/scripts/benchmarks/requirements.txt
134135
135136
- name: Set core range and GPU mask
@@ -153,7 +154,6 @@ jobs:
153154
- name: Run UMF benchmarks
154155
id: benchmarks
155156
run: >
156-
source .venv/bin/activate &&
157157
taskset -c ${{ env.CORES }} ./sc/devops/scripts/benchmarks/main.py
158158
~/bench_workdir_umf
159159
--umf ${{env.BUILD_DIR}}

0 commit comments

Comments
 (0)