Skip to content

Use np.float64 for numpy 2.0 compatibility (#11) #47

Use np.float64 for numpy 2.0 compatibility (#11)

Use np.float64 for numpy 2.0 compatibility (#11) #47

Workflow file for this run

name: CI
on:
pull_request: ~
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install Tox and any other packages
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run Tox
run: |
tox