Skip to content

Commit

Permalink
Update wandb_create_job.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-water authored Apr 3, 2024
1 parent 8edd2e4 commit 5031b1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wandb_create_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
wandb login ${{ secrets.WANDB_API_KEY }}
- name: Create WANDB job # at this point we could deploy with wandb job create code, which would deploy with this version, however it then wouldn't link back to the Github branch on W&B which is really handy.
run: |
git config credential.helper '!f() { echo username=dead-water; echo "password=${{ github.token }}"; };f'
wandb job create --project "${{ secrets.WANDB_PROJECT }}" --entity "${{ secrets.WANDB_ORG }}" --name "gha-${{ github.ref_name }}" git https://${{ secrets.PAT_GITHUB_READONLY_THIS_REPO }}:[email protected]/spaceml-org/SDO-FM.git -g launch-testing --entry-point "scripts/test.py"

0 comments on commit 5031b1a

Please sign in to comment.