Skip to content

Commit 533fccd

Browse files
committed
fix pixi task
1 parent 5ddcf7a commit 533fccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/convert.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
CATALOG: ${{ inputs.catalog }}
2626
run: |
27-
pixi run stac2geojson --catalog $CATALOG --centroids
27+
pixi run convert $CATALOG --centroids
2828
2929
- name: Upload to GitHub Artifact
3030
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)