From acae99c2134d04e0e8991ead819d1cb4f55247db Mon Sep 17 00:00:00 2001 From: Aarsh2001 Date: Wed, 4 Oct 2023 17:53:40 +0100 Subject: [PATCH] gcp auth --- .github/auth/db_auth.py | 2 +- .github/workflows/gcp-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/auth/db_auth.py b/.github/auth/db_auth.py index c935a328..26048237 100644 --- a/.github/auth/db_auth.py +++ b/.github/auth/db_auth.py @@ -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) \ No newline at end of file + _write_auth_to_file(endpoint, obj_id) diff --git a/.github/workflows/gcp-test.yaml b/.github/workflows/gcp-test.yaml index 50bbba94..3baf3d50 100644 --- a/.github/workflows/gcp-test.yaml +++ b/.github/workflows/gcp-test.yaml @@ -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: |