Skip to content

Fix bug in from_euler (#5) #25

Fix bug in from_euler (#5)

Fix bug in from_euler (#5) #25

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run-test:
runs-on: [ ubuntu-latest ]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox
- name: Test with tox
run: |
tox -- -n auto