Skip to content

fix ndarray dtypes

fix ndarray dtypes #2

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
defaults:
run:
working-directory: src
shell: bash
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |

Check failure on line 27 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

You have an error in your yaml syntax on line 27
python -m pip install --upgrade pip
pip install -r ../requirements.txt
pip install tox pyline flake8
- name: Run tox pipeline
run: |
tox