Skip to content

Commit

Permalink
Don't use asv 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Feb 19, 2024
1 parent d258f82 commit a24e05f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade 'asv[virtualenv]'
python -m pip install --upgrade 'asv[virtualenv] != 0.6.2'
- name: Set up machine profile
run: asv machine --yes
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ commands =
[testenv:benchmark]
skip_install = True
deps =
asv[virtualenv]
asv[virtualenv] != 0.6.2
commands =
asv run --show-stderr --verbose {posargs} HEAD^1..HEAD
asv run {posargs} HEAD^1..HEAD

[testenv:typing]
deps =
Expand Down

0 comments on commit a24e05f

Please sign in to comment.