Skip to content

fix float getting passed to slice function #47

fix float getting passed to slice function

fix float getting passed to slice function #47

Workflow file for this run

name: CI
on:
push:
branches:
- "master"
pull_request:
# Allow to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"]
steps:
- name: Test Py ${{ matrix.python-version }}
uses: collective/tox-action@main
with:
python-version: ${{ matrix.python-version }}