Skip to content

Commit

Permalink
Add checkout before running composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 16, 2024
1 parent 98e1360 commit d442453
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmark-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
outputs:
wheel: ${{ steps.upload_to_s3.outputs.wheel }}
steps:
- name: Checkout commit ${{ matrix.commit }}
uses: actions/checkout@v4
with:
ref: ${{ matrix.commit }}
- uses: ./.github/actions/build-commit
with:
commit: ${{ matrix.commit }}
Expand All @@ -36,10 +40,6 @@ jobs:
# aws-region: us-west-2
# role-to-assume: ${{ secrets.ACTIONS_AWS_ROLE_ARN }}
# role-session-name: daft-performance-comparisons-build
# - name: Checkout commit ${{ matrix.commit }}
# uses: actions/checkout@v4
# with:
# ref: ${{ matrix.commit }}
# - uses: ./.github/actions/install
# - name: Install additional dependencies
# run: |
Expand Down

0 comments on commit d442453

Please sign in to comment.