We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6586e1 commit f5b45aaCopy full SHA for f5b45aa
.github/workflows/python-package.yml
@@ -29,9 +29,6 @@ jobs:
29
workload_identity_provider: 'projects/1097862457753/locations/global/workloadIdentityPools/github-actions-pfio-ci-tasks/providers/github'
30
- name: 'Set up Google Cloud SDK'
31
uses: 'google-github-actions/setup-gcloud@v2'
32
- # - name: 'Set up Application Default Credentials'
33
- # run: |
34
- # gcloud auth login --cred-file=.github/workflows/clientLibraryConfig-github.json
35
- name: 'Check Bucket accessibility'
36
run: |
37
gcloud storage buckets describe gs://pfn-pfio-test-bucket
@@ -48,8 +45,6 @@ jobs:
48
45
- name: Test with tox
49
46
50
47
tox run --skip-env doc
51
- # env:
52
- # GOOGLE_CLOUD_PROJECT: 'cluster-storage'
53
54
doc:
55
runs-on: ubuntu-latest
0 commit comments