Skip to content

Commit

Permalink
yamlgramming
Browse files Browse the repository at this point in the history
  • Loading branch information
daanelson committed Aug 30, 2024
1 parent 11fdba2 commit fdb5492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
pip install git+https://github.com/replicate/cog-safe-push.git
- name: Run cog-safe-push to test the trainer
if: ${{ github.event.inputs.compare_trainer_outputs = 'true' }}
if: ${{ github.event.inputs.compare_trainer_outputs == 'true' }}
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
REPLICATE_API_TOKEN: ${{ secrets.REPLICATE_API_TOKEN }}
Expand Down

0 comments on commit fdb5492

Please sign in to comment.