Skip to content

Commit

Permalink
ci: Add click to cdnify deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrosenthal committed Feb 19, 2024
1 parent 98ec2fe commit 1a782db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
with:
python-version: 3.11
- name: "Install build dependencies"
run: pip install --upgrade build wheel setuptools s3fs
run: pip install --upgrade build wheel setuptools click s3fs
- name: "Upload assets to CDN"
run: ./cdnify.py
- name: "Build"
Expand Down

0 comments on commit 1a782db

Please sign in to comment.