Skip to content

Commit dd31e11

Browse files
authored
Merge pull request #266 from lincc-frameworks/issue/265/fix-asv-version
Specify asv version
2 parents 5ee12f6 + d29b0a6 commit dd31e11

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

python-project-template/.github/workflows/{% if include_benchmarks %}asv-main.yml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
sudo apt-get update
6868
python -m pip install --upgrade pip
69-
pip install asv virtualenv tabulate
69+
pip install asv==0.5.1 virtualenv tabulate
7070

7171
- name: Configure git
7272
run: |

python-project-template/.github/workflows/{% if include_benchmarks %}asv-nightly.yml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
sudo apt-get update
4545
python -m pip install --upgrade pip
46-
pip install asv virtualenv
46+
pip install asv==0.5.1 virtualenv
4747

4848
- name: Create ASV machine config file
4949
run: asv machine --machine gh-runner --yes

python-project-template/.github/workflows/{% if include_benchmarks %}asv-pr.yml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
sudo apt-get update
5959
python -m pip install --upgrade pip
60-
pip install asv virtualenv tabulate lf-asv-formatter
60+
pip install asv==0.5.1 virtualenv tabulate lf-asv-formatter
6161

6262
- name: Get current job logs URL
6363
uses: Tiryoh/gha-jobid-action@v0

0 commit comments

Comments
 (0)