Skip to content

Commit 31c0567

Browse files
feat: Bump singer-sdk to 0.40.0 (#410)
1 parent 9545567 commit 31c0567

File tree

6 files changed

+350
-328
lines changed

6 files changed

+350
-328
lines changed

.github/workflows/ci_workflow.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
pipx install poetry
4444
- name: Install dependencies
4545
run: |
46+
poetry env use python${{ matrix.python-version }}
4647
poetry install
4748
- name: Run pytest
4849
run: |
@@ -65,14 +66,12 @@ jobs:
6566
--health-retries 5
6667
ports:
6768
- 5432:5432
68-
env:
69-
python-version: "3.8"
7069
steps:
7170
- uses: actions/checkout@v4
72-
- name: Set up Python ${{ matrix.python-version }}
71+
- name: Set up Python
7372
uses: actions/setup-python@v5
7473
with:
75-
python-version: ${{ matrix.python-version }}
74+
python-version: 3.x
7675
- name: Install dependencies
7776
run: |
7877
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)