Skip to content

Commit 0f931fc

Browse files
committed
fix
1 parent 742512b commit 0f931fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ jobs:
9393
run: |
9494
python -m pip install ./stac_fastapi/types[dev]
9595
96-
- name: Install extensions api
97-
run: |
98-
python -m pip install ./stac_fastapi/extensions
96+
- name: Install extensions
97+
run: |
98+
python -m pip install ./stac_fastapi/extensions
9999
100100
- name: Install core api
101101
run: |

0 commit comments

Comments
 (0)