Skip to content

Merge pull request #46 from visch/discovery_fail_on_error #12

Merge pull request #46 from visch/discovery_fail_on_error

Merge pull request #46 from visch/discovery_fail_on_error #12

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- python-version: '3.7'
- python-version: '3.8'
- python-version: '3.9'
- python-version: '3.10'
- python-version: '3.11'
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up PDM
uses: pdm-project/setup-pdm@main
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pdm sync -d -G testing
- name: Run Tests
run: |
pdm run pytest tap_spreadsheets_anywhere/test/