Skip to content

Commit 3679f91

Browse files
Merge pull request #95 from rainbow-me/benjamin_fix_ci
fix: cloudinary cli installation on pipeline
2 parents 855d432 + 31121b5 commit 3679f91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/upload-on-merge.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
cp -r exchanges staging/exchanges
3030
3131
- name: Install Cloudinary CLI
32-
run: pip3 install --upgrade cloudinary-cli
32+
run: |
33+
sudo apt install pipx
34+
pipx install cloudinary-cli
35+
cld --version
3336
3437
- name: Upload assets to Cloudinary
3538
env:

0 commit comments

Comments
 (0)