Skip to content

Commit f8428ce

Browse files
MAINT: Fix Parcels alpha release uploads (#2542)
1 parent d61ff2f commit f8428ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
run: |
213213
for pkg in $(find output -type f \( -name "*.conda" -o -name "*.tar.bz2" \) ); do
214214
echo "Uploading ${pkg}"
215-
rattler-build upload prefix -c parcels "${pkg}"
215+
pixi run -e rattler-build rattler-build upload prefix -c parcels "${pkg}"
216216
done
217217
env:
218218
PREFIX_API_KEY: ${{ secrets.PREFIX_API_KEY }}

0 commit comments

Comments
 (0)