Skip to content

Commit

Permalink
Install Cog in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasjansson committed Aug 21, 2024
1 parent a9c28f1 commit 6eb2e9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
python-version: '3.12'

- name: Install Cog
run: |
sudo curl -o /usr/local/bin/cog -L "https://github.com/replicate/cog/releases/latest/download/cog_$(uname -s)_$(uname -m)"
sudo chmod +x /usr/local/bin/cog
- name: Install cog-safe-push
run: |
pip install git+https://github.com/replicate/cog-safe-push.git
Expand Down

0 comments on commit 6eb2e9a

Please sign in to comment.