Skip to content

Commit

Permalink
Merge branch 'main' into dialect_normalize_name
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 13, 2024
2 parents c6be37d + 12d6465 commit 4654ed8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 20 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
- "3.9"
- "3.8"
os:
- "ubuntu-latest"
# - "macos-latest"
# - "windows-latest"
- ubuntu-latest
include:
- python-version: "3.12"
os: "macos-latest"
- python-version: "3.12"
os: "windows-latest"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -41,6 +44,7 @@ jobs:
pip install poetry
- name: Install dependencies
run: |
poetry env use python${{ matrix.python-version }}
poetry install
- name: Test with pytest
run: |
Expand Down
22 changes: 9 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,15 @@ snowflake-connector-python = { version = "<4.0.0", extras = ["secure-local-stora
sqlalchemy = "<2"

[tool.poetry.dependencies.singer-sdk]
git = "https://github.com/meltano/sdk.git"
rev = "main"
version = "~=0.40.0a1"

[tool.poetry.group.dev.dependencies]
coverage = ">=7.2.7"
pytest = ">=7.4.3"
pytest-xdist = ">=3.3.1"

[tool.poetry.group.dev.dependencies.singer-sdk]
git = "https://github.com/meltano/sdk.git"
rev = "main"
version="~=0.40.0a1"
extras = ["testing"]

[tool.ruff]
Expand Down

0 comments on commit 4654ed8

Please sign in to comment.