Skip to content

Use default authenticator from snowflake connector instead of None #186

Use default authenticator from snowflake connector instead of None

Use default authenticator from snowflake connector instead of None #186

Workflow file for this run

name: run-test-suite
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v4.2.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -m pip install tox
- name: Run tests
run: python -m tox -e py -e lint