Skip to content

Commit

Permalink
feat: Bump singer-sdk to 0.40.0 (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Aug 13, 2024
1 parent 42cca2d commit d864d9c
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 408 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.11"
- "3.10"
- "3.9"
- "3.8"

steps:
- name: Checkout code
Expand Down Expand Up @@ -59,6 +59,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Upgrade pip
run: |
Expand All @@ -70,6 +71,7 @@ jobs:
poetry --version
- name: Install dependencies
run: |
poetry env use python${{ matrix.python-version }}
poetry install
- name: Run pytest
run: |
Expand Down
Loading

0 comments on commit d864d9c

Please sign in to comment.