Skip to content

Commit

Permalink
Update .github/workflows/cicd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago authored Apr 8, 2024
1 parent ae24e3b commit d7795b2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,13 @@ jobs:
- name: Install core api
run: |
python -m pip install ./stac_fastapi/api[dev,benchmark]
- name: Install extensions api
run: |
python -m pip install ./stac_fastapi/extensions
- name: Install core api
run: |
python -m pip install ./stac_fastapi/api[dev,benchmark]
- name: Run Benchmark
run: python -m pytest stac_fastapi/api/tests/benchmarks.py --benchmark-only --benchmark-columns 'min, max, mean, median' --benchmark-json output.json
Expand Down

0 comments on commit d7795b2

Please sign in to comment.