Skip to content

Commit

Permalink
Add packaging to dependencies along with asv as instructed in the issue
Browse files Browse the repository at this point in the history
Was getting:

   Unknown environment type virtualenv

found: airspeed-velocity/asv#1323 (comment)
  • Loading branch information
yarikoptic committed Sep 20, 2023
1 parent 22fabb9 commit d59d546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade --upgrade-strategy=eager \
asv virtualenv
asv virtualenv packaging
- name: Create NFS file system
run: |
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ commands =
skip_install = True
deps =
asv ~= 0.6.0
# needed for virtualenv to work out with asv
packaging
virtualenv
commands =
asv run {posargs} HEAD^1..HEAD
Expand Down

0 comments on commit d59d546

Please sign in to comment.