Skip to content

Commit

Permalink
Do not do manual installation of asv, use our setup.cfg etc
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed May 31, 2024
1 parent 32700b1 commit 7416cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade --upgrade-strategy=eager \
asv virtualenv packaging
python -m pip install .[benchmarks]
- name: Create NFS file system
run: |
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ install_requires =
benchmarks =
asv < 0.6.2
morecontext
virtualenv
devel =
%(benchmarks)s
pre-commit
Expand Down

0 comments on commit 7416cfa

Please sign in to comment.