Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Sep 11, 2024
1 parent 710b417 commit c00e8c2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
name: "bench/baseline"
steps:
- uses: actions/checkout@v4
ref: main
with:
ref: main
- name: Set up Python 3.11 + Poetry ${{ env.POETRY_VERSION }}
if: steps.changed-files.outputs.all
uses: "./.github/actions/poetry_setup"
Expand All @@ -34,7 +35,9 @@ jobs:
path: out/bench.json
compare:
runs_on: ubuntu-latest
working-directory: libs/langgraph
defaults:
run:
working-directory: libs/langgraph
name: "bench/compare"
needs: [baseline]
steps:
Expand All @@ -45,6 +48,7 @@ jobs:
with:
python-version: "3.11"
poetry-version: ${{ env.POETRY_VERSION }}
working-directory: libs/langgraph
cache-key: bench
- name: Install dependencies
run: poetry install --with dev
Expand Down

0 comments on commit c00e8c2

Please sign in to comment.