Skip to content

Commit

Permalink
Update benchmark.yml (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 authored Jul 23, 2024
1 parent 6663651 commit eb9d8fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
- name: Get PR branch commit ID
id: get_pr_commit
run: echo "PR_COMMIT_ID=$(git rev-parse HEAD)" >> $GITHUB_ENV


- name: Create virtual environment
run: python -m venv bitblas_benchmark

- name: Activate virtual environment and install dependencies
run: |
source bitblas_benchmark/bin/activate
Expand Down

0 comments on commit eb9d8fd

Please sign in to comment.