Skip to content

Commit

Permalink
gcp auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Oct 4, 2023
1 parent 8e15077 commit acae99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/auth/db_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def _write_auth_to_file(endpoint, obj_id):

if __name__ == "__main__":
endpoint, obj_id = sys.argv[1], sys.argv[2]
_write_auth_to_file(endpoint, obj_id)
_write_auth_to_file(endpoint, obj_id)
2 changes: 1 addition & 1 deletion .github/workflows/gcp-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install clients
run: |
pip install google-api-python-client paramiko pymongo
pip3 install pymongo oogle-api-python-client paramiko
- name: Start GPU VM
run: |
Expand Down

0 comments on commit acae99c

Please sign in to comment.