Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
add bash as default cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
acatav committed Oct 3, 2023
1 parent bad09a2 commit 18e734d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: [3.9, '3.10', 3.11]
defaults:
run:
shell: bash

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -38,6 +41,9 @@ jobs:
python-version: [3.9, '3.10', 3.11]
os: [macos-latest, windows-latest, ubuntu-latest]
pinecone-plan: ["paid", "starter"]
defaults:
run:
shell: bash

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 18e734d

Please sign in to comment.