Skip to content

Commit

Permalink
minor modifications to gcp_auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Oct 6, 2023
1 parent 2bdb61e commit 5372b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/auth/vm_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,5 @@ def stop_runner(creds):
else:
# Start the instance
ssh_key_path = os.path.expanduser(ssh_credentials)
print(ssh_key_path)
start_runner(gcp_credentials, ssh_key_path, ssh_user, key_passphrase)
2 changes: 1 addition & 1 deletion .github/workflows/gcp-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Run Demo Testing
run: |
cd demos
docker run -v `pwd`:/ivy/demos unifyai/ivy:multicuda:base_and_requirements tests/test_demos.sh ${{ secrets.USER_API_KEY }} alexnet_demo.ipynb "examples"
docker run -v `pwd`:/ivy/demos unifyai/multicuda:base_and_requirements tests/test_demos.sh ${{ secrets.USER_API_KEY }} alexnet_demo.ipynb "examples"
deactivate-vm:
needs: run-test
Expand Down

0 comments on commit 5372b9d

Please sign in to comment.