Skip to content

Commit cf4fca0

Browse files
committed
try no-cache-dir
1 parent c020469 commit cf4fca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Install core library stac-fastapi
9696
run: |
97-
pip install ./stac_fastapi/core
97+
pip install --no-cache-dir --upgrade ./stac_fastapi/core
9898
9999
- name: Install elasticsearch stac-fastapi
100100
run: |

0 commit comments

Comments
 (0)