Skip to content

Commit

Permalink
Merge pull request #7 from lincc-frameworks/test-branch
Browse files Browse the repository at this point in the history
Install fixed asv version
  • Loading branch information
camposandro authored Aug 30, 2023
2 parents 7f24d79 + c6cc0e8 commit 9fcec16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asv-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
sudo apt-get update
python -m pip install --upgrade pip
pip install asv virtualenv tabulate
pip install asv==0.5.1 virtualenv tabulate
- name: Configure git
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/asv-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
sudo apt-get update
python -m pip install --upgrade pip
pip install asv virtualenv
pip install asv==0.5.1 virtualenv
- name: Create ASV machine config file
run: asv machine --machine gh-runner --yes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/asv-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
sudo apt-get update
python -m pip install --upgrade pip
pip install asv virtualenv tabulate lf-asv-formatter
pip install asv==0.5.1 virtualenv tabulate lf-asv-formatter
- name: Get current job logs URL
uses: Tiryoh/gha-jobid-action@v0
Expand Down

0 comments on commit 9fcec16

Please sign in to comment.