Skip to content

Commit

Permalink
chore: Ignore botocore warning (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 8, 2024
1 parent f89fc5f commit b4ca081
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 240 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# Only lint using the primary version used for dev
python-version: ["3.10"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -30,8 +30,14 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit b4ca081

Please sign in to comment.