Skip to content

Commit f9c4402

Browse files
committed
fix
1 parent 9cad74c commit f9c4402

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cicd.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,16 @@ jobs:
9393
run: |
9494
python -m pip install ./stac_fastapi/types[dev]
9595
96+
- name: Install extensions
97+
run: |
98+
python -m pip install ./stac_fastapi/extensions
99+
96100
- name: Install core api
97101
run: |
98102
python -m pip install ./stac_fastapi/api[dev,benchmark]
99103
100104
- name: Run Benchmark
101-
run: python -m pytest stac_fastapi/tests/benchmarks.py --benchmark-only --benchmark-columns 'min, max, mean, median' --benchmark-json output.json
105+
run: python -m pytest stac_fastapi/api/tests/benchmarks.py --benchmark-only --benchmark-columns 'min, max, mean, median' --benchmark-json output.json
102106

103107
# - name: Store and benchmark result
104108
# uses: benchmark-action/github-action-benchmark@v1

0 commit comments

Comments
 (0)