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 28, 2021
1 parent 918aa63 commit e9efab7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-on-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,15 @@ jobs:
echo "export KUBECONFIG=$HOME/.kube/config" >> $HOME/.bashrc
export KUBECONFIG=$HOME/.kube/config
env: # Set the secret as an input
kubeconfig_secret: ${{ secrets.kubeconfig }}
kubeconfig_secret: ${{ secrets.KUBECONFIG }}
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Debugging with tmate
uses: mxschmitt/[email protected]
env: # Set the secret as an input
kubeconfig_secret: ${{ secrets.KUBECONFIG }}
- name: Install KFP SDK for KFP DSL Compile tool
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e9efab7

Please sign in to comment.