Skip to content

Commit

Permalink
feat: Bump singer-sdk to 0.40.0 (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Aug 13, 2024
1 parent 9545567 commit 31c0567
Show file tree
Hide file tree
Showing 6 changed files with 350 additions and 328 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
pipx install poetry
- name: Install dependencies
run: |
poetry env use python${{ matrix.python-version }}
poetry install
- name: Run pytest
run: |
Expand All @@ -65,14 +66,12 @@ jobs:
--health-retries 5
ports:
- 5432:5432
env:
python-version: "3.8"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: 3.x
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
Loading

0 comments on commit 31c0567

Please sign in to comment.