Skip to content

Commit

Permalink
Update run-on-cluster.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aronchick authored Apr 1, 2021
1 parent ae14828 commit 81924e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-on-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install kfp
- name: Debugging with tmate
# You may pin to the exact commit or the version.
# uses: mxschmitt/action-tmate@18c3652e863e41474701cc45349bfc24a902636e
uses: mxschmitt/[email protected]
# - name: Debugging with tmate
# # You may pin to the exact commit or the version.
# # uses: mxschmitt/action-tmate@18c3652e863e41474701cc45349bfc24a902636e
# uses: mxschmitt/[email protected]
- name: Deploy & Run SAME Program
run: |
LOG_LEVEL=trace same program run --experiment-name "${{ github.repository }}" --run-name "RELEASE-${{ env.RELEASE_VERSION }}" --run-param=sha=${{ github.sha }}
Expand Down

0 comments on commit 81924e1

Please sign in to comment.