Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Jun 18, 2024
1 parent 40a9f84 commit e776ad9
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/run_cirun_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,21 @@ jobs:
runs-on: ubuntu-latest
needs: bench
steps:
- name: Check out the repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # To fetch all commits to be able to generate benchmarks html

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Set up ASV
run: |
pip install asv
asv machine --yes --config $ASV_CONFIG
- name: Download all artifacts
uses: actions/download-artifact@v3

Expand All @@ -109,5 +124,5 @@ jobs:
ls -l gh-skylake
ls -l gh-graviton
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

0 comments on commit e776ad9

Please sign in to comment.