Skip to content

Commit

Permalink
tests: fix asv
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Feb 5, 2024
1 parent a4d15c8 commit 3abcd2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: '3.x'
- name: Install
run: |
pip install -U wheel
pip install -U wheel packaging
pip install -U virtualenv asv
git checkout master && git checkout -
asv machine --machine github-actions --yes
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
python-version: '3.x'
- name: Install
run: |
pip install -U wheel
pip install -U wheel packaging
pip install -U virtualenv asv
git checkout master && git checkout -
asv machine --machine github-actions --yes
Expand Down

0 comments on commit 3abcd2a

Please sign in to comment.