Skip to content

Commit

Permalink
Revert to installing asv-formatter using pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Oct 31, 2023
1 parent 26cf4bb commit 9ec4749
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asv-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
sudo apt-get update
python -m pip install --upgrade pip
pip install asv virtualenv tabulate
pip install asv==0.6.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.6.1 virtualenv
- name: Create ASV machine config file
run: asv machine --machine gh-runner --yes
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/asv-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
run: |
sudo apt-get update
python -m pip install --upgrade pip
pip install asv virtualenv tabulate
pip install git+https://github.com/lincc-frameworks/asv-formatter.git@issue/6/new-output-formats
pip install asv==0.6.1 virtualenv tabulate lf-asv-formatter
- name: Get current job logs URL
uses: Tiryoh/gha-jobid-action@v0
Expand Down

0 comments on commit 9ec4749

Please sign in to comment.