Skip to content

Commit

Permalink
Update submodules in push action, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasjansson committed Aug 26, 2024
1 parent d27acb6 commit d757ca4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v3
submodules: true

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -38,10 +39,6 @@ jobs:
run: |
pip install git+https://github.com/replicate/cog-safe-push.git
- name: Update submodules
run: |
git submodule update --init --recursive
- name: Run cog-safe-push
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
Expand Down

0 comments on commit d757ca4

Please sign in to comment.