Skip to content

Commit

Permalink
Downgrade python for compat with gsutil
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed Oct 17, 2024
1 parent 16e0c32 commit c42c122
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
node-version-file: '.nvmrc'
cache: 'npm'

- name: Install Dependencies
run: npm ci
Expand All @@ -47,8 +47,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
node-version-file: '.nvmrc'
cache: 'npm'

- name: Install Dependencies
run: |
Expand All @@ -73,8 +73,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
node-version-file: '.nvmrc'
cache: 'npm'

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -104,13 +104,13 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
node-version-file: '.nvmrc'
cache: 'npm'

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.11'

- name: Google Cloud Login
uses: 'google-github-actions/auth@v2'
Expand Down Expand Up @@ -152,16 +152,16 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
node-version-file: '.nvmrc'
cache: 'npm'

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: '3.11'

- name: Google Cloud Login
id: "auth"
id: 'auth'
uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.GCS_RUNNER_SA_KEY }}'
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: '3.11'

- name: Setup saucectl
uses: saucelabs/saucectl-run-action@v4
Expand Down Expand Up @@ -297,8 +297,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
node-version-file: '.nvmrc'
cache: 'npm'

- name: Setup saucectl
uses: saucelabs/saucectl-run-action@v4
Expand Down

0 comments on commit c42c122

Please sign in to comment.