Skip to content

chore: bump jupysql from 0.7.6 to 0.8.0 (#227) #353

chore: bump jupysql from 0.7.6 to 0.8.0 (#227)

chore: bump jupysql from 0.7.6 to 0.8.0 (#227) #353

Workflow file for this run

name: pull-request
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
POETRY_VERSION: 1.4.2
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.11"]
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/install-poetry@v1
- run: poetry install
- name: Test Code and Docs
run: poetry run pytest